mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 03:24:47 +01:00
remove hardcoded address families
This commit is contained in:
@@ -73,6 +73,10 @@ namespace MediaBrowser.Model.Session
|
||||
/// <value>The volume level.</value>
|
||||
public int? VolumeLevel { get; set; }
|
||||
|
||||
public int? Brightness { get; set; }
|
||||
|
||||
public string AspectRatio { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the play method.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user