aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
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-12 15:49:33 -0500
commit9f6fcc9e058848e5a07400ebca6c1357947b9336 (patch)
treee7231d0c8cd20a55f7caf9b510f66d6ba3baf3b1 /MediaBrowser.Model/Entities
parentb501d66fa8b57eefd1c61e8388d5f0b91b34fe92 (diff)
capture conductor
Diffstat (limited to 'MediaBrowser.Model/Entities')
-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 ee80b1496d..bdf8460952 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";
}
}