add IsKids column

This commit is contained in:
Luke Pulverenti
2015-06-01 13:49:11 -04:00
parent 418bb87878
commit 08dbe39f99
2 changed files with 14 additions and 4 deletions

View File

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