mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
support sync for live tv recordings
This commit is contained in:
parent
f4866f7344
commit
4b3ce4d2ae
@ -167,6 +167,7 @@
|
|||||||
|
|
||||||
.timeslotHeaderInner {
|
.timeslotHeaderInner {
|
||||||
padding: .5em .35em;
|
padding: .5em .35em;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeslotCell {
|
.timeslotCell {
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user