mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
@@ -107,6 +107,8 @@ namespace MediaBrowser.Controller.Session
|
||||
|
||||
public BaseItem FullNowPlayingItem { get; set; }
|
||||
|
||||
public BaseItemDto NowViewingItem { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the device id.
|
||||
/// </summary>
|
||||
@@ -239,11 +241,6 @@ namespace MediaBrowser.Controller.Session
|
||||
SessionControllers = controllers.ToArray();
|
||||
}
|
||||
|
||||
public bool ContainsUser(string userId)
|
||||
{
|
||||
return ContainsUser(new Guid(userId));
|
||||
}
|
||||
|
||||
public bool ContainsUser(Guid userId)
|
||||
{
|
||||
if (UserId.Equals(userId))
|
||||
|
||||
Reference in New Issue
Block a user