mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 09:24:56 +02:00
Fix: backups toast message on successful backup #101
This commit is contained in:
parent
ff92fbb849
commit
866ee18016
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default {
|
|||
applyBackupComplete(success) {
|
||||
if (success) {
|
||||
// this.$toast.success('Backup Applied, refresh the page')
|
||||
location.replace('/config?backup=1')
|
||||
location.replace('/config/backups?backup=1')
|
||||
} else {
|
||||
this.$toast.error('Failed to apply backup')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue