mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 21:04:33 +02:00
Update backups config page to use backupPathEnvSet returned from endpoint, remove from ServerConfig
This commit is contained in:
parent
a1688488e5
commit
7c0b4e35d7
4 changed files with 9 additions and 11 deletions
|
@ -171,7 +171,7 @@ export default {
|
|||
this.$axios
|
||||
.$get('/api/backups')
|
||||
.then((data) => {
|
||||
this.$emit('loaded', data.backupLocation)
|
||||
this.$emit('loaded', data)
|
||||
this.setBackups(data.backups || [])
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue