mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-08 16:34:55 +02:00
Add: report whether backup path environment is set
This commit is contained in:
parent
b01ef1c691
commit
37f62d22b6
3 changed files with 10 additions and 1 deletions
|
@ -10,7 +10,8 @@ class BackupController {
|
|||
getAll(req, res) {
|
||||
res.json({
|
||||
backups: this.backupManager.backups.map((b) => b.toJSON()),
|
||||
backupLocation: this.backupManager.backupPath
|
||||
backupLocation: this.backupManager.backupPath,
|
||||
backupEnvSet: this.backupManager.backupPathEnvSet
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue