Add:Podcast episode page and update episode lists to not show description #588

This commit is contained in:
advplyr 2023-02-25 16:33:06 -06:00
parent 960f75bfba
commit fb35d8b1a0
7 changed files with 546 additions and 113 deletions

View file

@ -28,7 +28,7 @@ export default {
e.preventDefault()
return
}
this.$emit('click')
this.$emit('click', e)
e.stopPropagation()
}
},