update components

This commit is contained in:
Luke Pulverenti
2015-08-04 10:26:36 -04:00
parent 036301795e
commit 30710dbe00
7 changed files with 34 additions and 14 deletions

View File

@@ -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)