mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-03 01:29:37 +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
|
|
@ -136,7 +136,7 @@ export default {
|
|||
return this._session.deviceInfo || {}
|
||||
},
|
||||
hasDeviceInfo() {
|
||||
return Object.keys(this.deviceInfo).length || this._session.ipAddress
|
||||
return Object.keys(this.deviceInfo).length
|
||||
},
|
||||
osDisplayName() {
|
||||
if (!this.deviceInfo.osName) return null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue