Skip to content

Commit

Permalink
Merge pull request #2539 from Orange-OpenSource/allow-seeking-after-d…
Browse files Browse the repository at this point in the history
…ownload-failure

reset BlacklistController after url resolution failed
  • Loading branch information
epiclabsDASH committed Apr 23, 2018
2 parents a70cd96 + be9263a commit c56b7e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/streaming/utils/BaseURLSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ function BaseURLSelector() {
)
}
);

if (selector === basicSelector) {
reset();
}
return;
}

Expand Down

0 comments on commit c56b7e9

Please sign in to comment.