mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
updated nuget
This commit is contained in:
@@ -26,7 +26,8 @@ namespace MediaBrowser.Controller.Dto
|
||||
SupportsRemoteControl = session.SupportsRemoteControl,
|
||||
IsPaused = session.IsPaused,
|
||||
NowViewingContext = session.NowViewingContext,
|
||||
NowViewingItemIdentifier = session.NowViewingItemIdentifier,
|
||||
NowViewingItemId = session.NowViewingItemId,
|
||||
NowViewingItemName = session.NowViewingItemName,
|
||||
NowViewingItemType = session.NowViewingItemType
|
||||
};
|
||||
|
||||
|
||||
@@ -63,7 +63,13 @@ namespace MediaBrowser.Controller.Session
|
||||
/// Gets or sets the now viewing item identifier.
|
||||
/// </summary>
|
||||
/// <value>The now viewing item identifier.</value>
|
||||
public string NowViewingItemIdentifier { get; set; }
|
||||
public string NowViewingItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the now viewing item.
|
||||
/// </summary>
|
||||
/// <value>The name of the now viewing item.</value>
|
||||
public string NowViewingItemName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the now playing item.
|
||||
|
||||
Reference in New Issue
Block a user