add filters to folder browsing

This commit is contained in:
Luke Pulverenti
2013-04-18 22:52:22 -04:00
parent 4ae6b333f4
commit 5bcb7fe67f
2 changed files with 6 additions and 2 deletions

View File

@@ -30,5 +30,9 @@ namespace MediaBrowser.Model.Entities
/// The guest star
/// </summary>
public const string GuestStar = "GuestStar";
/// <summary>
/// The producer
/// </summary>
public const string Producer = "Producer";
}
}