mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
app now starts up,
added monodevelop, siaodb files to git.ignore
This commit is contained in:
parent
a0d0e4715e
commit
63cf7a3b85
6 changed files with 21 additions and 23 deletions
|
@ -82,7 +82,7 @@ namespace NzbDrone.Core
|
|||
|
||||
container.Register(c =>
|
||||
{
|
||||
return c.Resolve<IObjectDbFactory>().Create("");
|
||||
return c.Resolve<IObjectDbFactory>().Create();
|
||||
}).As<IObjectDatabase>().SingleInstance();
|
||||
|
||||
container.RegisterType<DatabaseTarget>().WithParameter(ResolvedParameter.ForNamed<IDatabase>("DatabaseTarget"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue