mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 09:34:51 +02:00
Fix:Continue listening shelves show on initial failed connection #1038
This commit is contained in:
parent
826d414d9f
commit
e15c1bcb32
2 changed files with 6 additions and 7 deletions
|
@ -326,8 +326,6 @@ export default {
|
|||
|
||||
await this.$store.dispatch('setupNetworkListener')
|
||||
|
||||
await this.$store.dispatch('globals/loadLocalMediaProgress')
|
||||
|
||||
if (this.$store.state.user.serverConnectionConfig) {
|
||||
await this.initLibraries()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue