aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-18 22:52:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-18 22:52:22 -0400
commit5bcb7fe67fee478abacd795071959224931dcdbd (patch)
tree1d65f42c0fbbad7c7b69963850f417de726a045b /MediaBrowser.Model
parent4ae6b333f4048e86d310e8b08fca2fced66d055c (diff)
add filters to folder browsing
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/PersonType.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/PersonType.cs b/MediaBrowser.Model/Entities/PersonType.cs
index e8c46e29a..6c8352d62 100644
--- a/MediaBrowser.Model/Entities/PersonType.cs
+++ b/MediaBrowser.Model/Entities/PersonType.cs
@@ -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";
}
}