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