1
0
Fork 0
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:
Luke Pulverenti 2013-12-22 13:58:51 -05:00
parent 17ae566950
commit dc89e5fb88
2 changed files with 2 additions and 2 deletions

View file

@ -661,7 +661,7 @@
currentItem = item;
curentDurationTicks = item.RunTimeTicks;
alert(JSON.stringify(item));
return videoElement[0];
};

View file

@ -36,7 +36,7 @@
SortOrder: "Descending",
IncludeItemTypes: "Episode",
Filters: "IsResumable",
Limit: 4,
Limit: 3,
Recursive: true,
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData",
ExcludeLocationTypes: "Virtual"