mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
port: artist page
This commit is contained in:
@@ -27,6 +27,7 @@ class Track:
|
||||
album: str
|
||||
albumartists: list[dict[str, str]]
|
||||
albumhash: str
|
||||
artisthashes: list[str]
|
||||
artists: str
|
||||
bitrate: int
|
||||
copyright: str
|
||||
@@ -44,9 +45,11 @@ class Track:
|
||||
trackhash: str
|
||||
extra: dict
|
||||
|
||||
is_favorite: bool = False
|
||||
_pos: int = 0
|
||||
_ati: str = ""
|
||||
|
||||
|
||||
# album: str
|
||||
# albumartists: str | list[ArtistMinimal]
|
||||
# albumhash: str
|
||||
|
||||
Reference in New Issue
Block a user