mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 11:19:25 +01:00
Fix issues with queue getting stuck waiting for ffmpeg to exit
This commit is contained in:
@@ -113,6 +113,9 @@ namespace Flowframes
|
||||
|
||||
public static string[] SplitIntoLines(this string str)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(str))
|
||||
return new string[0];
|
||||
|
||||
return Regex.Split(str, "\r\n|\r|\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user