mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 06:11:38 +00:00
fixed a small mistake
This commit is contained in:
parent
f5cd93c6db
commit
b66e0f6b24
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export const mutations = {
|
|||
},
|
||||
setServerSettings(state, settings) {
|
||||
if (!settings) return
|
||||
state.SSOSettings = settings
|
||||
state.serverSettings = settings
|
||||
},
|
||||
setSSOSettings(state, settings) {
|
||||
if (!settings) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue