mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-24 06:08:43 +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() {
|
||||
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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue