mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-07 12:10:20 +02:00
parent
688434ced9
commit
a4a8e890c1
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ private IEnumerable<IndexerRequest> GetPagedRequests(SearchCriteriaBase searchCr
|
|||
}
|
||||
else if (tmdbId > 0)
|
||||
{
|
||||
body.Add("tmdb_id", tmdbId);
|
||||
body.Add("tmdb_id", $"movie/{tmdbId}");
|
||||
}
|
||||
|
||||
if (searchTerm.IsNotNullOrWhiteSpace())
|
||||
|
|
|
|||
Loading…
Reference in a new issue