mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
add connect linking
This commit is contained in:
parent
4f3ea6c6c3
commit
5c615fa024
42 changed files with 542 additions and 78 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue