mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support streaming of tv recordings
This commit is contained in:
parent
17ae566950
commit
dc89e5fb88
2 changed files with 2 additions and 2 deletions
|
@ -661,7 +661,7 @@
|
|||
|
||||
currentItem = item;
|
||||
curentDurationTicks = item.RunTimeTicks;
|
||||
alert(JSON.stringify(item));
|
||||
|
||||
return videoElement[0];
|
||||
};
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
SortOrder: "Descending",
|
||||
IncludeItemTypes: "Episode",
|
||||
Filters: "IsResumable",
|
||||
Limit: 4,
|
||||
Limit: 3,
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData",
|
||||
ExcludeLocationTypes: "Virtual"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue