mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
support mix items not in store
This commit is contained in:
@@ -78,8 +78,7 @@ def get_mix(query: MixQuery):
|
||||
return {"msg": "Mix not found"}, 404
|
||||
|
||||
if mixtype == "custom_mixes":
|
||||
plugin = MixesPlugin()
|
||||
mix = plugin.get_track_mix(mix)
|
||||
mix = MixesPlugin.get_track_mix(mix)
|
||||
|
||||
if not mix:
|
||||
return {"msg": "Mix not found"}, 404
|
||||
|
||||
Reference in New Issue
Block a user