fix(plex): restore library filters and sorts

close #1020
This commit is contained in:
edde746
2026-05-12 05:36:48 +02:00
parent ae7f4a7871
commit e5922f4870
3 changed files with 74 additions and 98 deletions
@@ -541,6 +541,8 @@ class _LibraryBrowseTabState extends BaseLibraryTabState<MediaItem, LibraryBrows
resetPaginationState();
_filters = [];
_sortOptions = [];
_jellyfinFilterValues = const {};
_jellyfinAlphaPrefix = null;
_selectedFilters = {};
_selectedSort = null;
_isSortDescending = false;