mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +02:00
Fix disconnect in side drawer causing audio playing with player closed #1385
This commit is contained in:
@@ -74,6 +74,12 @@ export default {
|
||||
console.log(`[categories] networkConnected false so fetching categories`)
|
||||
this.fetchCategories()
|
||||
}
|
||||
},
|
||||
user(newVal, oldVal) {
|
||||
if ((newVal && !oldVal) || (!newVal && oldVal)) {
|
||||
console.log(`[categories] user changed so fetching categories`)
|
||||
this.fetchCategories()
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user