mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
supplement mixes using other remote similar albums and artist data
This commit is contained in:
@@ -20,7 +20,7 @@ def get_track_mix():
|
||||
"""
|
||||
mixes = MixesPlugin()
|
||||
track = TrackStore.trackhashmap["9eeee292264ad01b"].get_best()
|
||||
tracks = mixes.get_track_mix(track)
|
||||
tracks = mixes.get_track_mix([track])
|
||||
|
||||
return {
|
||||
"total": len(tracks),
|
||||
|
||||
Reference in New Issue
Block a user