|
|
@ -56,10 +56,10 @@ namespace NzbDrone.Core
|
|
|
|
{
|
|
|
|
{
|
|
|
|
BindKernel();
|
|
|
|
BindKernel();
|
|
|
|
|
|
|
|
|
|
|
|
LogConfiguration.StartDbLogging();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MigrationsHelper.Run(Connection.MainConnectionString, true);
|
|
|
|
MigrationsHelper.Run(Connection.MainConnectionString, true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LogConfiguration.StartDbLogging();
|
|
|
|
|
|
|
|
|
|
|
|
_kernel.Get<QualityProvider>().SetupDefaultProfiles();
|
|
|
|
_kernel.Get<QualityProvider>().SetupDefaultProfiles();
|
|
|
|
|
|
|
|
|
|
|
|
BindExternalNotifications();
|
|
|
|
BindExternalNotifications();
|
|
|
|