mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 22:27:14 +02:00
Fix:Clicking author card on home page filter/sort #607
This commit is contained in:
+1
-1
@@ -89,8 +89,8 @@ export const actions = {
|
||||
}
|
||||
}
|
||||
if (hasChanges) {
|
||||
await this.$localStore.setUserSettings(existingSettings)
|
||||
commit('setSettings', existingSettings)
|
||||
await this.$localStore.setUserSettings(existingSettings)
|
||||
this.$eventBus.$emit('user-settings', state.settings)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user