Adicionando skills para tocar mais musicas do artista/album que esta sendo tocado no momento
Some checks failed
Documentation Generator / Build Sphinx documentation (push) Has been cancelled
Some checks failed
Documentation Generator / Build Sphinx documentation (push) Has been cancelled
This commit is contained in:
@@ -343,6 +343,7 @@ class NaviSonicPlayMusicByArtist(AbstractRequestHandler):
|
||||
|
||||
def get_current_song_details():
|
||||
current_track = play_queue.get_current_track()
|
||||
logger.debug(current_track)
|
||||
return {
|
||||
"title": current_track.title,
|
||||
"artist": current_track.artist,
|
||||
|
||||
Reference in New Issue
Block a user