save sort on rest of the pages
This commit is contained in:
parent
8020a68640
commit
59dab5b964
20 changed files with 81 additions and 3 deletions
|
@ -10,6 +10,8 @@
|
|||
Fields: "DateCreated",
|
||||
StartIndex: 0
|
||||
};
|
||||
|
||||
LibraryBrowser.loadSavedQueryValues('moviegenres', query);
|
||||
|
||||
function reloadItems(page) {
|
||||
|
||||
|
@ -53,6 +55,8 @@
|
|||
query.StartIndex = 0;
|
||||
reloadItems(page);
|
||||
});
|
||||
|
||||
LibraryBrowser.saveQueryValues('moviegenres', query);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue