mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-24 14:18:50 +02:00
Uncomment server configs from testing
This commit is contained in:
parent
0b9b0341b5
commit
4f8b13b23d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue