mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
add connect linking
This commit is contained in:
@@ -69,7 +69,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
||||
|
||||
var user = string.IsNullOrWhiteSpace(auth.UserId)
|
||||
? null
|
||||
: UserManager.GetUserById(new Guid(auth.UserId));
|
||||
: UserManager.GetUserById(auth.UserId);
|
||||
|
||||
if (user == null & !string.IsNullOrWhiteSpace(auth.UserId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user