mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Added rarbg error code for unknown series.
This commit is contained in:
parent
55412968e0
commit
492b114510
@ -31,7 +31,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
||||
|
||||
if (jsonResponse.Resource.error_code.HasValue)
|
||||
{
|
||||
if (jsonResponse.Resource.error_code == 20)
|
||||
if (jsonResponse.Resource.error_code == 20 || jsonResponse.Resource.error_code == 8)
|
||||
{
|
||||
// No results found
|
||||
return results;
|
||||
|
Loading…
Reference in New Issue
Block a user