1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Added full release of siaqodb.

Excluded license.lic - this is going to be messy...
This commit is contained in:
Mark McDowall
2013-03-18 17:42:44 -07:00
parent 59fda16298
commit bd9683fcc1
6 changed files with 175 additions and 170 deletions
@@ -32,8 +32,6 @@ namespace NzbDrone.Core.Datastore
_diskProvider.CreateDirectory(dbPath);
}
SiaqodbConfigurator.SetTrialLicense("uvhpW4hT5Rtq+Uoyq8MOm1Smon15foxV5iS5bAegIXU=");
var db = new Siaqodb(dbPath);
return new SiaqodbProxy(db);