diff --git a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs index 25f5f4f6af..580358b2a8 100644 --- a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs +++ b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs @@ -241,7 +241,7 @@ namespace Jellyfin.Server.Implementations.Devices var user = _userManager.GetUserById(authInfo.UserId); if (user is null) { - throw new ResourceNotFoundException(); + throw new ResourceNotFoundException("User with UserId " + authInfo.UserId + " not found"); } return new DeviceInfo