mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
added live tv items page
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user