Merge branch 'advplyr:master' into dewyer/add-custom-metadata-provider

This commit is contained in:
FlyinPancake 2024-01-13 01:08:23 +01:00 committed by GitHub
commit 6ef4944d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 764 additions and 309 deletions

View file

@ -87,7 +87,7 @@ export default {
watch: {
libraryItem: {
handler() {
this.init()
this.refresh()
}
}
},
@ -515,6 +515,10 @@ export default {
filterSortChanged() {
this.init()
},
refresh() {
this.episodesCopy = this.episodes.map((ep) => ({ ...ep }))
this.init()
},
init() {
this.destroyEpisodeComponents()
this.totalEpisodes = this.episodesList.length