You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example here, the video is at 00:02:36.320 but the script copies it as 00:02:36.319:
fixed it by changing local milliseconds = math.floor((remainder - seconds) * 1000) to local milliseconds = math.floor((remainder - seconds) * 1001) in line 63
For example here, the video is at
00:02:36.320
but the script copies it as00:02:36.319
:The text was updated successfully, but these errors were encountered: