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

@ -167,6 +167,7 @@
.timeslotHeaderInner { .timeslotHeaderInner {
padding: .5em .35em; padding: .5em .35em;
font-weight: 500;
} }
.timeslotCell { .timeslotCell {

View File

@ -118,10 +118,10 @@
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: 9, Limit: 9
MediaTypes: "Audio"
}; };
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) { ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {