music sorting, search cycling, pause cycling

This commit is contained in:
2026-02-14 16:38:03 -06:00
parent 9a704cbdae
commit 3ae77d34d8
4 changed files with 59 additions and 8 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ impl JellyfinClient {
if types.contains("Episode") {
sort_by = "ParentIndexNumber,IndexNumber,SortName";
} else if types.contains("Audio") {
sort_by = "IndexNumber,SortName";
sort_by = "SortName";
}
}