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