diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-01 13:49:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-01 13:49:11 -0400 |
| commit | 08dbe39f9979ec94eeff1256acc21d798b1e6ad8 (patch) | |
| tree | d53e2715438122d6d1f2d1ed345a73e60e2c2a67 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | 418bb8787869b13eca2da0095e94be6b22f2f10d (diff) | |
add IsKids column
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalItemsQuery.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs index 245c11169..faa9bc875 100644 --- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs +++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs @@ -81,7 +81,8 @@ namespace MediaBrowser.Controller.Entities public bool? IsMovie { get; set; } public bool? IsSports { get; set; } - + public bool? IsKids { get; set; } + public string[] ChannelIds { get; set; } public InternalItemsQuery() |
