mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-05 10:12:44 +02:00
Add: report whether backup path environment is set
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user