mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01: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