Added MimeType to PlayTo profile

This commit is contained in:
7illusions
2014-03-12 21:01:19 +01:00
parent 5fcfe3bda5
commit 438b0078cc
5 changed files with 49 additions and 11 deletions

View File

@@ -20,7 +20,13 @@ namespace MediaBrowser.Dlna.PlayTo.Configuration
/// The target container.
/// </value>
public string TargetContainer { get; set; }
/// <summary>
/// Gets or sets the Mimetype to enforce
/// </summary>
/// <value>
/// The MimeType.
/// </value>
public string MimeType { get; set; }
/// <summary>