mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
Merge pull request #738 from 7illusions/master
Updated PlayTo profiles and recognition
This commit is contained in:
@@ -33,6 +33,14 @@ namespace MediaBrowser.Controller.Dlna
|
||||
/// <value>The name of the model.</value>
|
||||
public string ModelName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the manufacturer.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The manufacturer.
|
||||
/// </value>
|
||||
public string Manufacturer { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the transcoding profiles.
|
||||
/// </summary>
|
||||
|
||||
@@ -22,7 +22,8 @@ namespace MediaBrowser.Controller.Dlna
|
||||
/// <param name="friendlyName">Name of the friendly.</param>
|
||||
/// <param name="modelName">Name of the model.</param>
|
||||
/// <param name="modelNumber">The model number.</param>
|
||||
/// <returns>DlnaProfile.</returns>
|
||||
DeviceProfile GetProfile(string friendlyName, string modelName, string modelNumber);
|
||||
/// <param name="manufacturer">The manufacturer.</param>
|
||||
/// <returns>DlnaProfile.</</returns>
|
||||
DeviceProfile GetProfile(string friendlyName, string modelName, string modelNumber, string manufacturer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user