Updated get_lyrics function in playable.py
This commit is contained in:
parent
1db1e8b602
commit
eeb340554e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class Track(PlayableContentFeeder.LoadedStream, Playable):
|
|||
return self.__lyrics
|
||||
except AttributeError:
|
||||
self.__lyrics = Lyrics(
|
||||
self.__api.invoke_url(LYRICS_URL + bytes_to_base62(self.track.gid))[
|
||||
self.__api.invoke_url(LYRICS_URL + bytes_to_base62(self.track.hex_id()))[
|
||||
"lyrics"
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue