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
VTT files can have cue payloads with nested timestamps. However renderVTTTokensString only processes the top-level timestamp according to the passed currentTime. It does not pass the currentTime to the recursive calls, so the nested timestamps don't get the appropriate date-future and date-past attributes.
VTT files can have cue payloads with nested timestamps. However
renderVTTTokensString
only processes the top-level timestamp according to the passedcurrentTime
. It does not pass thecurrentTime
to the recursive calls, so the nested timestamps don't get the appropriatedate-future
anddate-past
attributes.See: https://github.com/vidstack/captions/blob/main/src/vtt/render-cue.ts#L60
The text was updated successfully, but these errors were encountered: