mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
Fix sub series navigation not refreshing entities
This commit is contained in:
@@ -50,6 +50,9 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
showBookshelfListView(newVal) {
|
showBookshelfListView(newVal) {
|
||||||
this.resetEntities()
|
this.resetEntities()
|
||||||
|
},
|
||||||
|
seriesId() {
|
||||||
|
this.resetEntities()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user