mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-31 07:52:37 +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();
|
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();
|
||||||
|
@ -191,12 +191,12 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
Tuple<Type, int> job = null;
|
|
||||||
|
|
||||||
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
|
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Tuple<Type, int> job = null;
|
||||||
|
|
||||||
lock (Queue)
|
lock (Queue)
|
||||||
{
|
{
|
||||||
if (Queue.Count != 0)
|
if (Queue.Count != 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user