@ -56,9 +56,9 @@ namespace NzbDrone.Core
{
BindKernel();
LogConfiguration.StartDbLogging();
MigrationsHelper.Run(Connection.MainConnectionString, true);
_kernel.Get<QualityProvider>().SetupDefaultProfiles();
@ -191,12 +191,12 @@ namespace NzbDrone.Core.Providers.Jobs
do
Tuple<Type, int> job = null;
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
try
lock (Queue)
if (Queue.Count != 0)