mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
3.0.5233.40306
This commit is contained in:
@@ -191,16 +191,14 @@ namespace MediaBrowser.Controller.Session
|
||||
/// </summary>
|
||||
/// <param name="sessionId">The session identifier.</param>
|
||||
/// <param name="itemId">The item identifier.</param>
|
||||
/// <param name="context">The context.</param>
|
||||
void ReportNowViewingItem(string sessionId, string itemId, string context);
|
||||
void ReportNowViewingItem(string sessionId, string itemId);
|
||||
|
||||
/// <summary>
|
||||
/// Reports the now viewing item.
|
||||
/// </summary>
|
||||
/// <param name="sessionId">The session identifier.</param>
|
||||
/// <param name="item">The item.</param>
|
||||
/// <param name="context">The context.</param>
|
||||
void ReportNowViewingItem(string sessionId, BaseItemInfo item, string context);
|
||||
void ReportNowViewingItem(string sessionId, BaseItemInfo item);
|
||||
|
||||
/// <summary>
|
||||
/// Authenticates the new session.
|
||||
|
||||
@@ -86,12 +86,6 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <value>The name of the device.</value>
|
||||
public string DeviceName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the now viewing context.
|
||||
/// </summary>
|
||||
/// <value>The now viewing context.</value>
|
||||
public string NowViewingContext { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the now viewing item.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user