mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 23:42:33 +01:00
Merge branch 'master' of git://github.com/kayone/NzbDrone
This commit is contained in:
commit
020283225b
@ -56,10 +56,10 @@ namespace NzbDrone.Core
|
||||
{
|
||||
BindKernel();
|
||||
|
||||
LogConfiguration.StartDbLogging();
|
||||
|
||||
MigrationsHelper.Run(Connection.MainConnectionString, true);
|
||||
|
||||
LogConfiguration.StartDbLogging();
|
||||
|
||||
_kernel.Get<QualityProvider>().SetupDefaultProfiles();
|
||||
|
||||
BindExternalNotifications();
|
||||
|
@ -191,12 +191,12 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||
{
|
||||
do
|
||||
{
|
||||
Tuple<Type, int> job = null;
|
||||
|
||||
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
|
||||
{
|
||||
try
|
||||
{
|
||||
Tuple<Type, int> job = null;
|
||||
|
||||
lock (Queue)
|
||||
{
|
||||
if (Queue.Count != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user