mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Merge pull request #2133 from mfcar/mf/backup
Add more information to the backup page
This commit is contained in:
commit
102c90c4e8
17 changed files with 40 additions and 8 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