mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Api/Controllers/UniversalAudioController.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
8296f07a39
commit
8422ab687b
@ -120,7 +120,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
var authorizationInfo = await _authorizationContext.GetAuthorizationInfo(Request).ConfigureAwait(false);
|
var authorizationInfo = await _authorizationContext.GetAuthorizationInfo(Request).ConfigureAwait(false);
|
||||||
authorizationInfo.DeviceId = deviceId;
|
authorizationInfo.DeviceId = deviceId;
|
||||||
|
|
||||||
if (!userId.HasValue || userId.Equals(Guid.Empty))
|
if (!userId.HasValue || userId.Value.Equals(Guid.Empty))
|
||||||
{
|
{
|
||||||
userId = authorizationInfo.UserId;
|
userId = authorizationInfo.UserId;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user