mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 09:44:41 +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
|
@ -30,7 +30,7 @@ class BackupManager {
|
|||
}
|
||||
|
||||
get backupPathEnvSet() {
|
||||
return global.ServerSettings.backupPathEnvSet
|
||||
return !!process.env.BACKUP_PATH
|
||||
}
|
||||
|
||||
get backupSchedule() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue