mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-25 16:39:43 +00:00
Fix: initializing backup settings #146
This commit is contained in:
parent
c6614aba05
commit
6fbd9dc260
2 changed files with 22 additions and 4 deletions
|
|
@ -145,8 +145,6 @@ export default {
|
|||
|
||||
this.storeCoversInAudiobookDir = this.newServerSettings.coverDestination === this.$constants.CoverDestination.AUDIOBOOK
|
||||
this.storeCoversInAudiobookDir = this.newServerSettings.coverDestination === this.$constants.CoverDestination.AUDIOBOOK
|
||||
this.backupsToKeep = this.newServerSettings.backupsToKeep || 2
|
||||
this.dailyBackups = !!this.newServerSettings.backupSchedule
|
||||
},
|
||||
resetAudiobooks() {
|
||||
if (confirm('WARNING! This action will remove all audiobooks from the database including any updates or matches you have made. This does not do anything to your actual files. Shall we continue?')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue