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

get recursive items from db

This commit is contained in:
Luke Pulverenti 2016-03-20 02:46:51 -04:00
parent 5cb243c7a4
commit 09a2a5363e
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
} }
}; };
pageData.query.ParentId = LibraryMenu.getTopParentId();
LibraryBrowser.loadSavedQueryValues(key, pageData.query); LibraryBrowser.loadSavedQueryValues(key, pageData.query);
} }
return pageData.query; return pageData.query;

View file

@ -151,7 +151,6 @@
SortOrder: "Ascending", SortOrder: "Ascending",
IncludeItemTypes: "Playlist", IncludeItemTypes: "Playlist",
Recursive: true, Recursive: true,
ParentId: parentId,
Fields: "PrimaryImageAspectRatio,SortName,CumulativeRunTimeTicks,CanDelete,SyncInfo", Fields: "PrimaryImageAspectRatio,SortName,CumulativeRunTimeTicks,CanDelete,SyncInfo",
StartIndex: 0, StartIndex: 0,
Limit: itemsPerRow() Limit: itemsPerRow()