Remove outdated comment

This commit is contained in:
Bill Thornton
2024-03-25 03:05:12 -04:00
parent a709d9e2c0
commit 965cb94fae
-1
View File
@@ -1277,7 +1277,6 @@ export class HtmlVideoPlayer {
// HACK: Give JavascriptSubtitlesOctopus time to dispose itself
setTimeout(() => {
// FIXME: Probably not a decode error...
onErrorInternal(this, MediaError.ASS_RENDER_ERROR);
}, 0);
},