1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Omgwtfnzbs API categories (UHD, Full BR and Other) (#2764)

Fixes #2724
This commit is contained in:
jusher00 2018-05-07 21:10:36 +02:00 committed by Leonardo Galli
parent 58044e0104
commit 9306249204

View File

@ -29,7 +29,7 @@ public virtual IndexerPageableRequestChain GetRecentRequests()
private IEnumerable<IndexerRequest> GetPagedRequests(string query)
{
var url = new StringBuilder();
url.AppendFormat("{0}?catid=15,16,17&user={1}&api={2}&eng=1&delay={3}", BaseUrl, Settings.Username, Settings.ApiKey, Settings.Delay);
url.AppendFormat("{0}?catid=15,16,17,18,31,35&user={1}&api={2}&eng=1&delay={3}", BaseUrl, Settings.Username, Settings.ApiKey, Settings.Delay);
if (query.IsNotNullOrWhiteSpace())
{