mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-26 13:49:38 +00:00
Update dbMigration mappings
This commit is contained in:
parent
e40e0bfa25
commit
9b7aacf3ea
2 changed files with 4 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ export default {
|
|||
this.$toast.error('Invalid number of backups to keep')
|
||||
return
|
||||
}
|
||||
var updatePayload = {
|
||||
const updatePayload = {
|
||||
backupSchedule: this.enableBackups ? this.cronExpression : false,
|
||||
backupsToKeep: Number(this.backupsToKeep),
|
||||
maxBackupSize: Number(this.maxBackupSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue