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:
parent
8020a68640
commit
59dab5b964
20 changed files with 81 additions and 3 deletions
|
@ -13,6 +13,8 @@
|
|||
Fields: "Genres,Studios,PrimaryImageAspectRatio",
|
||||
StartIndex: 0
|
||||
};
|
||||
|
||||
LibraryBrowser.loadSavedQueryValues('games', query);
|
||||
|
||||
function reloadItems(page) {
|
||||
|
||||
|
@ -79,6 +81,8 @@
|
|||
reloadItems(page);
|
||||
});
|
||||
|
||||
LibraryBrowser.saveQueryValues('games', query);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue