mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Need to add the default
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user