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

Fix save library filter state

This commit is contained in:
grafixeyehero 2024-06-18 05:30:42 +03:00
parent c779035a75
commit 7074d41a56
2 changed files with 2 additions and 10 deletions

View file

@ -301,6 +301,7 @@ export default function (view, params, tabContent, options) {
});
Events.on(filterDialog, 'filterchange', () => {
query.StartIndex = 0;
userSettings.saveQuerySettings(savedQueryKey, query);
itemsContainer.refreshItems();
});
filterDialog.show();