Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hongqx committed Dec 11, 2023
1 parent 3a4dfab commit 2fedb25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/xgplayer-hls.js/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class HlsJsPlugin extends BasePlugin {
}
this.hls = new Hls(this.hlsOpts)
this.hls.once(Hls.Events.MEDIA_ATTACHED, () => {
console.log('Hls.Events.MEDIA_ATTACHED', url)
this.hls.loadSource(url)
})

Expand Down

0 comments on commit 2fedb25

Please sign in to comment.