mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
add more device options
This commit is contained in:
@@ -422,7 +422,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
if (!string.IsNullOrEmpty(deviceId))
|
||||
{
|
||||
var userIdString = userId.HasValue ? userId.Value.ToString("N") : null;
|
||||
await _deviceManager.RegisterDevice(deviceId, deviceName, userIdString).ConfigureAwait(false);
|
||||
await _deviceManager.RegisterDevice(deviceId, deviceName, clientType, userIdString).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user