mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
Uncomment server configs from testing
This commit is contained in:
@@ -105,9 +105,9 @@ export default {
|
|||||||
networkConnected() {
|
networkConnected() {
|
||||||
return this.$store.state.networkConnected
|
return this.$store.state.networkConnected
|
||||||
},
|
},
|
||||||
// serverConnectionConfigs() {
|
serverConnectionConfigs() {
|
||||||
// return this.deviceData ? this.deviceData.serverConnectionConfigs || [] : []
|
return this.deviceData ? this.deviceData.serverConnectionConfigs || [] : []
|
||||||
// },
|
},
|
||||||
lastServerConnectionConfigId() {
|
lastServerConnectionConfigId() {
|
||||||
return this.deviceData ? this.deviceData.lastServerConnectionConfigId : null
|
return this.deviceData ? this.deviceData.lastServerConnectionConfigId : null
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user