Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 17, 2023
1 parent 863031f commit 008ae39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private async IAsyncEnumerable<ClosedCaption> GetClosedCaptionsAsync(
if (string.IsNullOrEmpty(text))
continue;

// Auto-generated captions may be missing offset or duration.
// Auto-generated captions may be missing offset or duration
// https://github.com/Tyrrrz/YoutubeExplode/discussions/619
if (captionData.Offset is not { } offset ||
captionData.Duration is not { } duration)
Expand Down

0 comments on commit 008ae39

Please sign in to comment.