mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make sure to reset page to 0 when filtering
This commit is contained in:
parent
c4b06b0aac
commit
04c163f6f4
7 changed files with 9 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
filters = filters ? (filters + ',' + filterName) : filterName;
|
||||
}
|
||||
|
||||
query.StartIndex = 0;
|
||||
query.Filters = filters;
|
||||
|
||||
reloadItems(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue