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:
parent
5cb243c7a4
commit
09a2a5363e
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue