mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +02:00
Version bump 0.9.55-beta
This commit is contained in:
parent
38cc2adf0f
commit
4758f3e557
4 changed files with 8 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue