mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-07 19:22:43 +02:00
Add: store for filtered podcast episodes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user