mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-29 07:09:39 +00:00
Add a way to see the backup location
This commit is contained in:
parent
9519f6418d
commit
bfa87a2131
5 changed files with 30 additions and 1 deletions
|
|
@ -26,6 +26,10 @@ class BackupManager {
|
|||
this.backups = []
|
||||
}
|
||||
|
||||
get backupLocation() {
|
||||
return this.BackupPath
|
||||
}
|
||||
|
||||
get backupSchedule() {
|
||||
return global.ServerSettings.backupSchedule
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue