1
0
Fork 0
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:
Luke Pulverenti 2013-04-27 20:39:05 -04:00
parent c5843d6a00
commit 461ed8c2b2

View file

@ -128,6 +128,7 @@
query.Filters = "";
query.SortBy = "SortName";
query.SortOrder = "Ascending";
query.StartIndex = 0;
reloadItems(this);