aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/SessionInfo.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-02-02 00:16:11 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-02-02 00:16:11 +0900
commit1bc8ca25421dd3b66a58e1ff0938ee7874d8448e (patch)
tree2b658fdf068b70777e4aba51e34812cc6b7472eb /MediaBrowser.Controller/Session/SessionInfo.cs
parent26dd67a441d251bef56c14d8058e7068e38e06af (diff)
add session view endpoint
Diffstat (limited to 'MediaBrowser.Controller/Session/SessionInfo.cs')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs
index 964fc9b19..7bc50eb41 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -106,6 +106,8 @@ namespace MediaBrowser.Controller.Session
public BaseItem FullNowPlayingItem { get; set; }
+ public BaseItemDto NowViewingItem { get; set; }
+
/// <summary>
/// Gets or sets the device id.
/// </summary>