mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor edits
This commit is contained in:
@@ -10,6 +10,8 @@ class HomepageStore:
|
||||
|
||||
@classmethod
|
||||
def set_artist_mixes(cls, mixes: list[Mix], userid: int = 1):
|
||||
print(f"⭐⭐⭐⭐ Setting {len(mixes)} artist mixes")
|
||||
print("mix artists", [mix.title for mix in mixes])
|
||||
idmap = {mix.id: mix for mix in mixes}
|
||||
cls.entries["artist_mixes"][userid] = idmap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user