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

support sync for live tv recordings

This commit is contained in:
Luke Pulverenti 2015-04-12 14:58:21 -04:00
parent f4866f7344
commit 4b3ce4d2ae
2 changed files with 3 additions and 2 deletions

View file

@ -118,10 +118,10 @@
SortOrder: "Ascending",
IncludeItemTypes: "Playlist",
Recursive: true,
ParentId: parentId,
Fields: "PrimaryImageAspectRatio,SortName,CumulativeRunTimeTicks,CanDelete,SyncInfo",
StartIndex: 0,
Limit: 9,
MediaTypes: "Audio"
Limit: 9
};
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {