update subtitle escaping

This commit is contained in:
Luke Pulverenti
2015-08-16 11:53:30 -04:00
parent f6dcef0cfd
commit 1f1f7642c3
8 changed files with 33 additions and 18 deletions

View File

@@ -99,6 +99,12 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value>The device id.</value>
public string DeviceId { get; set; }
/// <summary>
/// Gets or sets the application icon URL.
/// </summary>
/// <value>The application icon URL.</value>
public string AppIconUrl { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [supports remote control].