mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Update rarbg categories for music
This commit is contained in:
parent
6ba2821828
commit
1cd0ef174c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue