Fix disconnect in side drawer causing audio playing with player closed #1385

This commit is contained in:
advplyr
2025-11-23 15:16:44 -06:00
parent 38a5e3637d
commit 81e71cd7a2
2 changed files with 15 additions and 2 deletions
+6
View File
@@ -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: {