support sync for live tv recordings
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
|
||||
.timeslotHeaderInner {
|
||||
padding: .5em .35em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.timeslotCell {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user