mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
fix folder tracks being None
This commit is contained in:
@@ -119,9 +119,6 @@ def search_load_more():
|
||||
type = request.args.get("type")
|
||||
index = int(request.args.get("index"))
|
||||
|
||||
print(type, index)
|
||||
print(len(SEARCH_RESULTS["tracks"]))
|
||||
|
||||
if type == "tracks":
|
||||
return {
|
||||
"tracks": SEARCH_RESULTS["tracks"][index:index + 5],
|
||||
|
||||
Reference in New Issue
Block a user