Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveofcode committed May 1, 2020
1 parent 0ae248d commit f580a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/voodio/src/pages/GroupMovieDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
}, function() {
t.$set(t.vplayerMounted, m.ID, true)
t.$set(t.videoJsInst, m.ID, this)
// this.addRemoteTextTrack({src: `${getCurrFullHost()}/hls/${t.detail.cleanDirName}/subs.vtt`}, false)
for (const sub of m.Subtitles) {
this.addRemoteTextTrack({
label: sub.subName,
Expand Down

0 comments on commit f580a2d

Please sign in to comment.