aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-12 15:49:33 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-13 16:01:26 -0500
commitab1f5db146557187e7605bfacc13d4e56c1929d3 (patch)
tree7778d3caced9bea3dcee03381aab8b8eb99d682d /MediaBrowser.Model
parentf3c941ad04b2b23e36f581573dce2af66294cfd3 (diff)
capture conductor
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 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";
}
}