1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

save sort on rest of the pages

This commit is contained in:
Techywarrior 2013-10-12 12:34:08 -07:00
parent 8020a68640
commit 59dab5b964
20 changed files with 81 additions and 3 deletions

View file

@ -11,7 +11,8 @@
Fields: "DateCreated",
StartIndex: 0
};
LibraryBrowser.loadSavedQueryValues('gamesystems', query);
function reloadItems(page) {
@ -57,6 +58,8 @@
reloadItems(page);
});
LibraryBrowser.saveQueryValues('gamesystems', query);
Dashboard.hideLoadingMsg();
});
}