mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-02 17:19:36 +00:00
Fix on print of LabelDevice + redundant code changes
This commit is contained in:
parent
7fb2acc500
commit
a5f33a5502
3 changed files with 2 additions and 3 deletions
|
|
@ -62,7 +62,6 @@ class PlaybackSessionManager {
|
|||
if (existingDevice.update(deviceInfo)) {
|
||||
await Database.deviceModel.updateFromOld(existingDevice)
|
||||
}
|
||||
existingDevice.ipAddress = ip
|
||||
return existingDevice
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue