diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index 69484a0c..6bf2d552 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -238,7 +238,7 @@ VALUES (" + hashid + ", 'source', '" + sourceid + @"'), /// The name of the source if determined, blank otherwise private string GetSourceFromFileName(string filename) { - string source = ""; + string source = "Default"; // Determine which dattype we have GroupCollection fileinfo;