remove debug print
This commit is contained in:
parent
d63e1f61c5
commit
b3799214e6
|
|
@ -37,7 +37,6 @@ class Playlist:
|
||||||
# we'll use the first song's image as the image for the playlist
|
# we'll use the first song's image as the image for the playlist
|
||||||
# because apple dynamically generates playlist covers client-side
|
# because apple dynamically generates playlist covers client-side
|
||||||
self.image = self.tracks[0].image
|
self.image = self.tracks[0].image
|
||||||
print("worked")
|
|
||||||
|
|
||||||
def __repr__(self) -> str:
|
def __repr__(self) -> str:
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue