mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
always update device name on requests
This commit is contained in:
@@ -324,6 +324,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
DeviceId = deviceId
|
||||
});
|
||||
|
||||
connection.DeviceName = deviceName;
|
||||
connection.UserId = userId.ToString();
|
||||
|
||||
return connection;
|
||||
|
||||
Reference in New Issue
Block a user