Skip to content

Commit

Permalink
refactor(compatibility): removing backward compatibility after a new …
Browse files Browse the repository at this point in the history
…major version
  • Loading branch information
leaofelipe committed Mar 13, 2023
1 parent 5087f2a commit bfe5301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ export default class HlsjsPlayback extends HTML5Video {

constructor(...args) {
super(...args)
// backwards compatibility (TODO: remove on 0.3.0)
this.options.playback = { ...this.options, ...this.options.playback }
this.options.hlsPlayback = { ...this.defaultOptions, ...this.options.hlsPlayback }
this._setInitialState()
}
Expand Down

0 comments on commit bfe5301

Please sign in to comment.