mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
Integrate nav
- other minor refactors
This commit is contained in:
@@ -58,6 +58,7 @@ class Playlist:
|
||||
playlistid: str
|
||||
name: str
|
||||
image: str
|
||||
thumb: str
|
||||
lastUpdated: int
|
||||
description: str
|
||||
count: int = 0
|
||||
@@ -68,6 +69,7 @@ class Playlist:
|
||||
self.playlistid = p.playlistid
|
||||
self.name = p.name
|
||||
self.image = p.image
|
||||
self.thumb = p.thumb
|
||||
self.lastUpdated = p.lastUpdated
|
||||
self.description = p.description
|
||||
self.count = p.count
|
||||
|
||||
Reference in New Issue
Block a user