chore: enable native firefox subtitles

This commit is contained in:
Ivan Schurawel 2022-09-12 13:38:59 -04:00
parent e95b457567
commit 908c7752ea
2 changed files with 2 additions and 2 deletions

View file

@ -1150,8 +1150,7 @@ function tryRemoveElement(elem) {
return true;
}
// This is unfortunate, but we're unable to remove the textTrack that gets added via addTextTrack
if (browser.firefox || browser.web0s) {
if (browser.web0s) {
return true;
}