diff --git a/zotify/playable.py b/zotify/playable.py index eae531a..c13627d 100644 --- a/zotify/playable.py +++ b/zotify/playable.py @@ -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" ] )