aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/SessionInfo.cs
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-04-06 11:01:26 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-04-06 11:01:26 -0700
commit631bba1d3cbcd2e8dc9c84c23d89b910dc8e0113 (patch)
tree3ff1455a7dbf551e5752b3c88f9adb3bc9554644 /MediaBrowser.Controller/Session/SessionInfo.cs
parent0f88830fd98173815da097c54e5d8d5281dbffd5 (diff)
parentc60103df64104459883f1244363cc9cd39187545 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Controller/Session/SessionInfo.cs')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs11
1 files changed, 10 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs
index ef39977f0..9fcb024e8 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -126,7 +126,6 @@ namespace MediaBrowser.Controller.Session
/// <value>The now playing media version identifier.</value>
public string NowPlayingMediaSourceId { get; set; }
-
/// <summary>
/// Gets or sets the now playing run time ticks.
/// </summary>
@@ -151,6 +150,16 @@ namespace MediaBrowser.Controller.Session
public bool IsMuted { get; set; }
/// <summary>
+ /// Gets or sets the volume level, on a scale of 0-100
+ /// </summary>
+ /// <value>The volume level.</value>
+ public int? VolumeLevel { get; set; }
+
+ public int? NowPlayingAudioStreamIndex { get; set; }
+
+ public int? NowPlayingSubtitleStreamIndex { get; set; }
+
+ /// <summary>
/// Gets or sets the device id.
/// </summary>
/// <value>The device id.</value>