Update playable.py

This commit is contained in:
diamond75 2025-04-04 22:38:07 +13:00
parent 8251d8bc91
commit 6488ab2f7e

View file

@ -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"
]
)