query for content by studio id

This commit is contained in:
Luke Pulverenti
2015-03-13 14:45:03 -04:00
parent 9606a1c267
commit 1735300bcf
4 changed files with 43 additions and 12 deletions

View File

@@ -65,6 +65,7 @@ namespace MediaBrowser.Controller.Entities
public bool? HasParentalRating { get; set; }
public string[] Studios { get; set; }
public string[] StudioIds { get; set; }
public ImageType[] ImageTypes { get; set; }
public VideoType[] VideoTypes { get; set; }
public int[] Years { get; set; }
@@ -81,6 +82,7 @@ namespace MediaBrowser.Controller.Entities
ExcludeItemTypes = new string[] { };
Genres = new string[] { };
Studios = new string[] { };
StudioIds = new string[] { };
ImageTypes = new ImageType[] { };
VideoTypes = new VideoType[] { };
Years = new int[] { };