always update device name on requests

This commit is contained in:
Luke Pulverenti
2013-04-20 11:20:30 -04:00
parent 08240b86e5
commit 333935f3f6
3 changed files with 4 additions and 8 deletions

View File

@@ -324,6 +324,7 @@ namespace MediaBrowser.Server.Implementations.Library
DeviceId = deviceId
});
connection.DeviceName = deviceName;
connection.UserId = userId.ToString();
return connection;