mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 03:09:28 +01:00
Always use Invariant shortcuts for ToLower/ToUpper
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Flowframes.Data
|
||||
Name = FileInfo.Name;
|
||||
SourcePath = FileInfo.FullName;
|
||||
ImportPath = FileInfo.FullName;
|
||||
Format = FileInfo.Extension.Remove(".").ToUpper();
|
||||
Format = FileInfo.Extension.Remove(".").Upper();
|
||||
InputRate = new Fraction(-1, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user