mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Missed another place for LowerInvariant
This commit is contained in:
@@ -206,7 +206,7 @@ COMMIT;";
|
|||||||
sources.Add(source.ToLowerInvariant(), sourceid);
|
sources.Add(source.ToLowerInvariant(), sourceid);
|
||||||
}
|
}
|
||||||
// Otherwise, get the ID
|
// Otherwise, get the ID
|
||||||
else if (source != "" && sourceid == 0 && sources.ContainsKey(source))
|
else if (source != "" && sourceid == 0 && sources.ContainsKey(source.ToLowerInvariant()))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user