Skip to content

Commit

Permalink
Actually fix lay295#914
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jan 5, 2024
1 parent ee7c269 commit 27985ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/ClipDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ await FfmpegMetadata.SerializeAsync(metadataFile, clipMetadata.broadcaster.displ
};

process.Start();
process.BeginErrorReadLine();

// If the process has exited before we call WaitForExitAsync, the thread locks up.
// This was probably not intended by the .NET team, but it's an issue regardless.
Expand Down

0 comments on commit 27985ab

Please sign in to comment.