Update rarbg categories for music

This commit is contained in:
Daniel Underwood 2017-07-07 17:24:29 -04:00
parent c55e3f2c34
commit c4994c0a59
No known key found for this signature in database
GPG Key ID: 7DF3A93330A80FCA
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace NzbDrone.Core.Indexers.Rarbg
requestBuilder.AddQueryParam("ranked", "0");
}
requestBuilder.AddQueryParam("category", "18;41;49");
requestBuilder.AddQueryParam("category", "1;23;24;25;26");
requestBuilder.AddQueryParam("limit", "100");
requestBuilder.AddQueryParam("token", _tokenProvider.GetToken(Settings));
requestBuilder.AddQueryParam("format", "json_extended");