capture conductor

This commit is contained in:
Luke Pulverenti
2016-01-12 15:49:33 -05:00
parent f3c941ad04
commit ab1f5db146
2 changed files with 13 additions and 1 deletions

View File

@@ -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";
}
}