added AllGenres filter

This commit is contained in:
Luke Pulverenti
2013-09-22 13:00:42 -04:00
parent 6146b57e7c
commit 5d837309e4
5 changed files with 32 additions and 24 deletions

View File

@@ -92,6 +92,12 @@ namespace MediaBrowser.Model.Querying
/// <value>The genres.</value>
public string[] Genres { get; set; }
/// <summary>
/// Limit results to items containing specific genres
/// </summary>
/// <value>The genres.</value>
public string[] AllGenres { get; set; }
/// <summary>
/// Limit results to items containing specific studios
/// </summary>