...forgot to actually make the default "Default".

This commit is contained in:
Matt Nadareski
2016-05-09 16:46:07 -07:00
parent facdac4ea5
commit 962d23c7e9

View File

@@ -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;