Fix sub series navigation not refreshing entities

This commit is contained in:
advplyr 2023-03-04 14:12:16 -06:00
parent 3931020c83
commit 9fd6ff9fd2

View file

@ -50,6 +50,9 @@ export default {
watch: {
showBookshelfListView(newVal) {
this.resetEntities()
},
seriesId() {
this.resetEntities()
}
},
computed: {