Version bump 0.9.55-beta

This commit is contained in:
advplyr 2022-07-28 18:36:43 -05:00
parent 38cc2adf0f
commit 4758f3e557
4 changed files with 8 additions and 7 deletions

View file

@ -120,7 +120,8 @@ export default {
return
}
const { user, userDefaultLibraryId } = authRes
const { user, userDefaultLibraryId, serverSettings } = authRes
this.$store.commit('setServerSettings', serverSettings)
// Set library - Use last library if set and available fallback to default user library
var lastLibraryId = await this.$localStore.getLastLibraryId()