From c741082dfd709e20e9b762028a684d39755ecd28 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 30 Apr 2014 23:24:55 -0400 Subject: 3.0.5233.40306 --- MediaBrowser.Controller/Session/ISessionManager.cs | 6 ++---- MediaBrowser.Controller/Session/SessionInfo.cs | 6 ------ 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs index 54f371631..33f3fbe82 100644 --- a/MediaBrowser.Controller/Session/ISessionManager.cs +++ b/MediaBrowser.Controller/Session/ISessionManager.cs @@ -191,16 +191,14 @@ namespace MediaBrowser.Controller.Session /// /// The session identifier. /// The item identifier. - /// The context. - void ReportNowViewingItem(string sessionId, string itemId, string context); + void ReportNowViewingItem(string sessionId, string itemId); /// /// Reports the now viewing item. /// /// The session identifier. /// The item. - /// The context. - void ReportNowViewingItem(string sessionId, BaseItemInfo item, string context); + void ReportNowViewingItem(string sessionId, BaseItemInfo item); /// /// Authenticates the new session. diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index 80a6b75a2..54d844c0a 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -86,12 +86,6 @@ namespace MediaBrowser.Controller.Session /// The name of the device. public string DeviceName { get; set; } - /// - /// Gets or sets the now viewing context. - /// - /// The now viewing context. - public string NowViewingContext { get; set; } - /// /// Gets or sets the name of the now viewing item. /// -- cgit v1.2.3