Need to add the default

This commit is contained in:
Matt Nadareski
2016-05-09 16:38:47 -07:00
parent b10bd30d4e
commit facdac4ea5

View File

@@ -129,6 +129,7 @@ COMMIT;";
int sourceid = 0;
Dictionary<string, int> sources = new Dictionary<string, int>();
sources.Add("Default", 0);
query = "SELECT name, id FROM source";
using (SqliteCommand sslc = new SqliteCommand(query, dbc))
{