mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
minor changes
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
BindIndexers();
|
BindIndexers();
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user