mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-16 08:54:47 +02:00
Fix sub series navigation not refreshing entities
This commit is contained in:
parent
3931020c83
commit
9fd6ff9fd2
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
showBookshelfListView(newVal) {
|
showBookshelfListView(newVal) {
|
||||||
this.resetEntities()
|
this.resetEntities()
|
||||||
|
},
|
||||||
|
seriesId() {
|
||||||
|
this.resetEntities()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue