New: Filter SABnzbd queue by category

(cherry picked from commit 49fd9c4462741e756e0cd43c287939f929de11b2)

Closes #2548
This commit is contained in:
Mark McDowall
2023-05-26 17:13:58 -07:00
committed by Bogdan
parent fecb3895ed
commit ca775df3d1
3 changed files with 12 additions and 7 deletions
@@ -175,7 +175,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
}
Mocker.GetMock<ISabnzbdProxy>()
.Setup(s => s.GetHistory(It.IsAny<int>(), It.IsAny<int>(), It.IsAny<string>(), It.IsAny<SabnzbdSettings>()))
.Setup(s => s.GetHistory(It.IsAny<int>(), It.IsAny<int>(), It.IsAny<SabnzbdSettings>()))
.Returns(history);
}