added live tv items page

This commit is contained in:
Luke Pulverenti
2015-03-14 16:56:50 -04:00
parent b1d2841583
commit cde1df51ec
6 changed files with 27 additions and 9 deletions

View File

@@ -387,7 +387,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
IsPremiere = item.IsPremiere,
Type = "Program",
MediaType = item.MediaType,
ServerId = _appHost.SystemId
ServerId = _appHost.SystemId,
ProductionYear = item.ProductionYear
};
if (item.EndDate.HasValue)