mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #203 - Browsing issue between collections
This commit is contained in:
parent
c5843d6a00
commit
461ed8c2b2
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
||||||
query.Filters = "";
|
query.Filters = "";
|
||||||
query.SortBy = "SortName";
|
query.SortBy = "SortName";
|
||||||
query.SortOrder = "Ascending";
|
query.SortOrder = "Ascending";
|
||||||
|
query.StartIndex = 0;
|
||||||
|
|
||||||
reloadItems(this);
|
reloadItems(this);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue