mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Fix: name of backupPathEnvSet
variable
This commit is contained in:
parent
4d24817ced
commit
a1688488e5
@ -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…
Reference in New Issue
Block a user