Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Get rid of v-html (and associated warning)
Instead fetchTracks() can be called from options().

Signed-off-by: Frederic Ruget <[email protected]>
  • Loading branch information
douzebis authored and CarlSchwan committed Sep 1, 2022
commit 65bf4b5bc06804c10c6aa2010cd8dc3898b367fe
1 change: 1 addition & 0 deletions src/components/Videos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default {
return this.$refs.plyr.player
},
options() {
this.fetchTracks()
return {
autoplay: this.active === true,
<<<<<<< HEAD
Expand Down