Restyle New album page design (#77)

This commit is contained in:
restyled-io[bot]
2022-07-06 17:38:11 +03:00
committed by Mungai Geoffrey
parent 95ad7ceadc
commit 73891aa5cf
8 changed files with 29 additions and 28 deletions
+3 -1
View File
@@ -61,7 +61,9 @@ class Playlist:
count: int = 0
duration: int = 0
def __init__(self, p: models.Playlist, construct_last_updated: bool = True) -> None:
def __init__(self,
p: models.Playlist,
construct_last_updated: bool = True) -> None:
self.playlistid = p.playlistid
self.name = p.name
self.image = p.image