remove hardcoded address families

This commit is contained in:
Luke Pulverenti
2017-03-03 15:16:43 -05:00
parent d68cdc0c6d
commit c811d57bca
4 changed files with 11 additions and 3 deletions

View File

@@ -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>