mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-30 15:45:14 +02:00
Cleanup old unused and missing vars
This commit is contained in:
parent
f57f0e4e0d
commit
0b9b0341b5
6 changed files with 15 additions and 10 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