]> git.seodisparate.com - subtitle_displayer/commit
Fix time duration when "playing"
authorStephen Seo <seo.disparate@gmail.com>
Tue, 9 Jul 2024 10:07:54 +0000 (19:07 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 9 Jul 2024 10:07:54 +0000 (19:07 +0900)
commit846416b9f7eb4994e276bdd7c9c7b04a7612fb5a
treedaab612169529aad77898561cae42f7961ea46b1
parent99172c7007494dd6faef1fe7e618f58a5569ec05
Fix time duration when "playing"

Previous implementation changed to next subtitle when current subtitle
ended. This means that times between subtitles were ignored.

This implementation now checks if the next subtitle's start is later
than the current subtitle's end, and will wait for the duration that is
longer.
index.html