1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

support timeshifting with safari mac and edge mobile

This commit is contained in:
Luke Pulverenti 2016-12-15 15:03:57 -05:00
parent db6a9f6ed5
commit d61fcea76c
6 changed files with 50 additions and 25 deletions

View file

@ -13,7 +13,7 @@ define(['apphost'], function (appHost) {
item = item.ProgramInfo || item;
}
var name = (item.Type === 'Program' && item.IsSeries ? item.EpisodeTitle : item.Name) || '';
var name = ((item.Type === 'Program' || item.Type === 'Recording') && item.IsSeries ? item.EpisodeTitle : item.Name) || '';
if (item.Type === "TvChannel") {