1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

New: Filter SABnzbd queue by category

(cherry picked from commit 49fd9c4462741e756e0cd43c287939f929de11b2)
This commit is contained in:
Mark McDowall
2023-05-26 17:13:58 -07:00
committed by Bogdan
parent 1bf3302ec2
commit bbcd0b7861
3 changed files with 12 additions and 7 deletions
@@ -174,7 +174,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);
}