mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 14:22:55 +01:00
update components
This commit is contained in:
@@ -774,6 +774,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
ChannelIds = query.ChannelIds,
|
||||
IsMovie = query.IsMovie,
|
||||
IsSports = query.IsSports,
|
||||
IsKids = query.IsKids,
|
||||
Genres = query.Genres
|
||||
};
|
||||
|
||||
@@ -844,7 +845,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
IncludeItemTypes = new[] { typeof(LiveTvProgram).Name },
|
||||
IsAiring = query.IsAiring,
|
||||
IsMovie = query.IsMovie,
|
||||
IsSports = query.IsSports
|
||||
IsSports = query.IsSports,
|
||||
IsKids = query.IsKids
|
||||
};
|
||||
|
||||
if (query.HasAired.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user