fix custom playlist sortorder handling

This commit is contained in:
Simon
2025-07-12 22:24:02 +07:00
parent 2b709ce9c1
commit 454952d9dd
5 changed files with 36 additions and 25 deletions

View File

@@ -160,6 +160,7 @@ class SearchProcess:
"playlist_last_refresh": playlist_last_refresh,
}
)
print(playlist_dict)
return dict(sorted(playlist_dict.items()))