diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-12 15:49:33 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-13 16:01:26 -0500 |
| commit | ab1f5db146557187e7605bfacc13d4e56c1929d3 (patch) | |
| tree | 7778d3caced9bea3dcee03381aab8b8eb99d682d /MediaBrowser.Model | |
| parent | f3c941ad04b2b23e36f581573dce2af66294cfd3 (diff) | |
capture conductor
Diffstat (limited to 'MediaBrowser.Model')
| -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 ee80b1496..bdf846095 100644 --- a/MediaBrowser.Model/Entities/PersonType.cs +++ b/MediaBrowser.Model/Entities/PersonType.cs @@ -30,5 +30,9 @@ namespace MediaBrowser.Model.Entities /// The producer /// </summary> public const string Producer = "Producer"; + /// <summary> + /// The conductor + /// </summary> + public const string Conductor = "Conductor"; } } |
