diff --git a/src/NzbDrone.Core/Download/Clients/Nzbget/NzbgetPriority.cs b/src/NzbDrone.Core/Download/Clients/Nzbget/NzbgetPriority.cs index c7e121805..6b0144521 100644 --- a/src/NzbDrone.Core/Download/Clients/Nzbget/NzbgetPriority.cs +++ b/src/NzbDrone.Core/Download/Clients/Nzbget/NzbgetPriority.cs @@ -6,6 +6,7 @@ Low = -50, Normal = 0, High = 50, - VeryHigh = 100 + VeryHigh = 100, + Force = 900 } -} \ No newline at end of file +}