mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 03:55:01 +01:00
Added MimeType to PlayTo profile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user