mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
...forgot to actually make the default "Default".
This commit is contained in:
@@ -238,7 +238,7 @@ VALUES (" + hashid + ", 'source', '" + sourceid + @"'),
|
||||
/// <returns>The name of the source if determined, blank otherwise</returns>
|
||||
private string GetSourceFromFileName(string filename)
|
||||
{
|
||||
string source = "";
|
||||
string source = "Default";
|
||||
|
||||
// Determine which dattype we have
|
||||
GroupCollection fileinfo;
|
||||
|
||||
Reference in New Issue
Block a user