1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Added: Enable Download Client Priorities (#2699)

Fixes #229
This commit is contained in:
Qstick
2018-04-14 23:03:32 -04:00
committed by Leonardo Galli
parent 17c100a7e7
commit 38932d82db
24 changed files with 242 additions and 53 deletions
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
Username = "admin",
Password = "pass",
MovieCategory = "movie",
RecentTvPriority = (int)SabnzbdPriority.High
RecentMoviePriority = (int)SabnzbdPriority.High
};
_queued = new SabnzbdQueue
{