mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-27 22:29:38 +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
|
|
@ -226,7 +226,7 @@ class PlaybackSession {
|
|||
|
||||
this.mediaPlayer = mediaPlayer
|
||||
this.deviceInfo = deviceInfo || new DeviceInfo()
|
||||
this.ipAddress = this.deviceInfo.ipAddress
|
||||
this.ipAddress = deviceInfo?.ipAddress || null
|
||||
this.serverVersion = serverVersion
|
||||
|
||||
this.timeListening = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue