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

save sort order for movies

This commit is contained in:
Luke Pulverenti 2013-10-12 12:55:58 -04:00
parent 4ed4238b7c
commit 8020a68640
2 changed files with 40 additions and 4 deletions

View file

@ -13,6 +13,8 @@
StartIndex: 0
};
LibraryBrowser.loadSavedQueryValues('movies', query);
function reloadItems(page) {
Dashboard.showLoadingMsg();
@ -78,6 +80,8 @@
reloadItems(page);
});
LibraryBrowser.saveQueryValues('movies', query);
Dashboard.hideLoadingMsg();
});
}