mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 10:49:25 +01:00
Always use ToLowerInvariant
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Flowframes.Media
|
||||
Directory.CreateDirectory(outDir);
|
||||
string inArg = $"-f concat -i {Path.GetFileName(framesFile)}";
|
||||
string linksDir = Path.Combine(framesFile + Paths.symlinksSuffix);
|
||||
format = format.ToLower();
|
||||
format = format.ToLowerInvariant();
|
||||
|
||||
if (Config.GetBool(Config.Key.allowSymlinkEncoding, true) && Symlinks.SymlinksAllowed())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user