Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Dec 8, 2023
1 parent 2b9a74f commit eea8064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/videojs-http-streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ class VhsHandler extends Component {
if (e.status !== 'output-restricted') {
const shouldDisableNonUsablePlaylists = this.options_.disableNonUsablePlaylists &&
this.playlistController_.mainPlaylistLoader_.addKeyStatus &&
this.this.playlistController_.mainPlaylistLoader_.enableOnlyUsablePlaylists;
this.playlistController_.mainPlaylistLoader_.enableOnlyUsablePlaylists;

Check warning on line 1144 in src/videojs-http-streaming.js

View check run for this annotation

Codecov / codecov/patch

src/videojs-http-streaming.js#L1144

Added line #L1144 was not covered by tests

if (!shouldDisableNonUsablePlaylists) {
return;
Expand Down

0 comments on commit eea8064

Please sign in to comment.