diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 19:43:41 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 19:43:41 -0400 |
| commit | 7f1fdbf223f95dfc1435a8ff1b82fd635cc9b1d9 (patch) | |
| tree | 23d4dfc40e110ec91239f54fa8f2208644d6dbf1 /MediaBrowser.Model/Entities/PersonType.cs | |
| parent | 0ae93163bddcc0bba75406a8e8db639f28f99db9 (diff) | |
add GuestStar distinction
Diffstat (limited to 'MediaBrowser.Model/Entities/PersonType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/PersonType.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/PersonType.cs b/MediaBrowser.Model/Entities/PersonType.cs index fca1fbf20..e8c46e29a 100644 --- a/MediaBrowser.Model/Entities/PersonType.cs +++ b/MediaBrowser.Model/Entities/PersonType.cs @@ -26,5 +26,9 @@ namespace MediaBrowser.Model.Entities /// The music artist /// </summary> public const string MusicArtist = "MusicArtist"; + /// <summary> + /// The guest star + /// </summary> + public const string GuestStar = "GuestStar"; } } |
