mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 00:09:38 +00:00
Add: store for filtered podcast episodes
This commit is contained in:
parent
19a65dba98
commit
706b2d7d72
2 changed files with 14 additions and 0 deletions
|
|
@ -89,6 +89,13 @@ export default {
|
|||
handler() {
|
||||
this.refresh()
|
||||
}
|
||||
},
|
||||
episodesList: {
|
||||
handler(newList) {
|
||||
const episodeIds = newList.map((ep) => ep.id)
|
||||
this.$store.commit('setSortedEpisodeIds', episodeIds)
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue