mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 15:16:41 +00:00
add connect linking
This commit is contained in:
@@ -33,7 +33,7 @@ namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
var userId = auth.UserId;
|
||||
|
||||
user = UserManager.GetUserById(new Guid(userId));
|
||||
user = UserManager.GetUserById(userId);
|
||||
}
|
||||
|
||||
string deviceId = auth.DeviceId;
|
||||
|
||||
Reference in New Issue
Block a user