mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix:Remove last saved library id when changing servers so home page shelves load on init
This commit is contained in:
@@ -90,6 +90,7 @@ export const mutations = {
|
||||
},
|
||||
reset(state) {
|
||||
state.lastLoad = 0
|
||||
state.currentLibraryId = null
|
||||
state.libraries = []
|
||||
},
|
||||
setCurrentLibrary(state, val) {
|
||||
|
||||
Reference in New Issue
Block a user