aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/SessionCapabilities.cs
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-05-18 15:45:16 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-05-18 15:45:16 -0700
commit6e1082563173b6b71b96fc8e38ff974f49c07add (patch)
treeebdf2c12344afd856c040b8396b288dc6be8f8e2 /MediaBrowser.Model/Session/SessionCapabilities.cs
parent0bf6fdb5a4050f30ac8100210a9fe9e2a48f63e2 (diff)
parent708d5a416ed373c158b3dc45952a1fd123fb74e8 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser into upstream-master
Diffstat (limited to 'MediaBrowser.Model/Session/SessionCapabilities.cs')
-rw-r--r--MediaBrowser.Model/Session/SessionCapabilities.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/SessionCapabilities.cs b/MediaBrowser.Model/Session/SessionCapabilities.cs
index 290b0e4d4..767df8f1c 100644
--- a/MediaBrowser.Model/Session/SessionCapabilities.cs
+++ b/MediaBrowser.Model/Session/SessionCapabilities.cs
@@ -8,6 +8,10 @@ namespace MediaBrowser.Model.Session
public List<string> SupportedCommands { get; set; }
+ public bool SupportsMediaControl { get; set; }
+
+ public string MessageCallbackUrl { get; set; }
+
public SessionCapabilities()
{
PlayableMediaTypes = new List<string>();