diff --git a/components/bookshelf/LazyBookshelf.vue b/components/bookshelf/LazyBookshelf.vue index 70905d53..4309238a 100644 --- a/components/bookshelf/LazyBookshelf.vue +++ b/components/bookshelf/LazyBookshelf.vue @@ -50,6 +50,9 @@ export default { watch: { showBookshelfListView(newVal) { this.resetEntities() + }, + seriesId() { + this.resetEntities() } }, computed: {