Making the configuration actually do something. Setting a default configuration if there is no DB

This commit is contained in:
Jamie Rees 2016-03-04 23:19:48 +00:00
parent c49e9a386b
commit f2399d6407
10 changed files with 171 additions and 75 deletions

View file

@ -33,7 +33,7 @@ namespace PlexRequests.Store
/// <summary>
/// Checks the database.
/// </summary>
void CheckDb();
bool CheckDb();
/// <summary>
/// Returns the database connection.