mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Noticed that if a source is added, it can never be matched with the current logic
This commit is contained in:
@@ -203,7 +203,7 @@ COMMIT;";
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add the new source to the temporary Dictionary
|
// Add the new source to the temporary Dictionary
|
||||||
sources.Add(source, 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))
|
||||||
|
|||||||
Reference in New Issue
Block a user