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

Fixed: Perform normal search when id search fails

Fixes #6123
This commit is contained in:
Qstick 2021-03-29 22:30:40 -04:00
parent 3b3dbfec60
commit 1ed30713f5

View File

@ -146,7 +146,7 @@ private void AddMovieIdPageableRequests(IndexerPageableRequestChain chain, int m
chain.Add(GetPagedRequests(MaxPages,
Settings.Categories,
"movie",
"search",
string.Format("&q={0}", NewsnabifyTitle(searchQuery))));
}
}