implement saving mixes

+ add: get mixes
+ handle mixes on recently played
+ move modules around to fix circular deps
This commit is contained in:
cwilvx
2024-12-26 17:31:55 +03:00
parent 77485dd0a7
commit 98720466aa
14 changed files with 860 additions and 477 deletions
+2 -1
View File
@@ -27,10 +27,11 @@ class TrackLog:
def __post_init__(self):
prefix_map = {
"mix:": "mix",
"al:": "album",
"ar:": "artist",
"pl:": "playlist",
"fo:": "folder",
"pl:": "playlist",
"favorite": "favorite",
}