mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-07 12:29:36 +00:00
Fix: name of backupPathEnvSet variable
This commit is contained in:
parent
4d24817ced
commit
a1688488e5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class BackupController {
|
||||||
res.json({
|
res.json({
|
||||||
backups: this.backupManager.backups.map((b) => b.toJSON()),
|
backups: this.backupManager.backups.map((b) => b.toJSON()),
|
||||||
backupLocation: this.backupManager.backupPath,
|
backupLocation: this.backupManager.backupPath,
|
||||||
backupEnvSet: this.backupManager.backupPathEnvSet
|
backupPathEnvSet: this.backupManager.backupPathEnvSet
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue