moved rootdir to eloquera

This commit is contained in:
kay.one 2013-02-03 20:18:59 -08:00
commit 9e4bb278ef
35 changed files with 398 additions and 565 deletions

View file

@ -82,8 +82,7 @@ namespace NzbDrone.Core
container.Register(c =>
{
var env = c.Resolve<EnvironmentProvider>();
return c.Resolve<EloqueraDbFactory>().Create(env.GetElqMainDbPath());
return c.Resolve<EloqueraDbFactory>().Create();
}).As<EloqueraDb>().SingleInstance();
container.RegisterType<DatabaseTarget>().WithParameter(ResolvedParameter.ForNamed<IDatabase>("DatabaseTarget"));