lots of different things ;)

This commit is contained in:
kay.one
2011-10-23 22:54:09 -07:00
parent c42518b34e
commit 4ae268b8e5
71 changed files with 526 additions and 1229 deletions

View File

@@ -42,7 +42,7 @@ namespace NzbDrone.Core
MigrationsHelper.Run(Connection.MainConnectionString, true);
LogConfiguration.StartDbLogging();
LogConfiguration.RegisterDatabaseLogger(_kernel.Get<DatabaseTarget>());
_kernel.Get<QualityProvider>().SetupDefaultProfiles();
_kernel.Get<QualityTypeProvider>().SetupDefault();