Update playable.py
This commit is contained in:
parent
8251d8bc91
commit
6488ab2f7e
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class Track(PlayableContentFeeder.LoadedStream, Playable):
|
|||
except AttributeError:
|
||||
print(self.track)
|
||||
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.gid), raw_url=True)[
|
||||
"lyrics"
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue