mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +02:00
Fix saveSettings function call
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ export default {
|
||||
},
|
||||
toggleAutoSleepTimerAutoRewind() {
|
||||
this.settings.autoSleepTimerAutoRewind = !this.settings.autoSleepTimerAutoRewind
|
||||
this.saveSettings
|
||||
this.saveSettings()
|
||||
},
|
||||
toggleDisableSleepTimerFadeOut() {
|
||||
this.settings.disableSleepTimerFadeOut = !this.settings.disableSleepTimerFadeOut
|
||||
|
||||
Reference in New Issue
Block a user