mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
rewrite album and artist stores using in-mem hashmap stores
This commit is contained in:
@@ -36,7 +36,6 @@ class Artist:
|
||||
Artist class
|
||||
"""
|
||||
|
||||
id: str
|
||||
name: str
|
||||
albumcount: int
|
||||
artisthash: str
|
||||
@@ -53,6 +52,7 @@ class Artist:
|
||||
playduration: int
|
||||
extra: dict
|
||||
|
||||
id: int = -1
|
||||
image: str = ""
|
||||
|
||||
def __post_init__(self):
|
||||
|
||||
Reference in New Issue
Block a user