mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
support sync for live tv recordings
This commit is contained in:
parent
f4866f7344
commit
4b3ce4d2ae
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user