1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove outdated comment

This commit is contained in:
Bill Thornton 2024-03-25 03:05:12 -04:00
parent a709d9e2c0
commit 965cb94fae

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);
},