diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index daa1dc3ab..4754cda5b 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -109,10 +109,6 @@
-
- true
-
true
diff --git a/src/NzbDrone.Common/Sonarr.Common.csproj b/src/NzbDrone.Common/Sonarr.Common.csproj
index d77fcbe17..d9ab36fd5 100644
--- a/src/NzbDrone.Common/Sonarr.Common.csproj
+++ b/src/NzbDrone.Common/Sonarr.Common.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/src/Sonarr.Api.V5/Queue/QueueStatusController.cs b/src/Sonarr.Api.V5/Queue/QueueStatusController.cs
index 10139e8c5..ff57c76bb 100644
--- a/src/Sonarr.Api.V5/Queue/QueueStatusController.cs
+++ b/src/Sonarr.Api.V5/Queue/QueueStatusController.cs
@@ -1,5 +1,4 @@
using Microsoft.AspNetCore.Mvc;
-using NzbDrone.Common.TPL;
using NzbDrone.Core.Datastore.Events;
using NzbDrone.Core.Download.Pending;
using NzbDrone.Core.Download.TrackedDownloads;
@@ -8,6 +7,7 @@
using NzbDrone.SignalR;
using Sonarr.Http;
using Sonarr.Http.REST;
+using Debouncer = NzbDrone.Common.TPL.Debouncer;
namespace Sonarr.Api.V5.Queue
{