From 965cb94fae27462a83942e6a24e22da2c05ee01c Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 25 Mar 2024 03:05:12 -0400 Subject: [PATCH] Remove outdated comment --- src/plugins/htmlVideoPlayer/plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js index ad0682935d..5f882a2383 100644 --- a/src/plugins/htmlVideoPlayer/plugin.js +++ b/src/plugins/htmlVideoPlayer/plugin.js @@ -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); },