aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-16 11:53:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-08-16 11:53:30 -0400
commit1f1f7642c3df2f9ec67bbdbdb4d5ed66e126f3ab (patch)
tree386023cdd0a39ec8611cb540ec4c489c06371111 /MediaBrowser.Controller/Session
parentf6dcef0cfdb4364f11836e395ff8933974bcf627 (diff)
update subtitle escaping
Diffstat (limited to 'MediaBrowser.Controller/Session')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs
index 64b20c13e..b3e82f925 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -126,6 +126,12 @@ namespace MediaBrowser.Controller.Session
public ISessionController SessionController { 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 the supported commands.
/// </summary>
/// <value>The supported commands.</value>