mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
@@ -126,7 +126,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
}
|
||||
else if (tmdbId > 0)
|
||||
{
|
||||
body.Add("tmdb_id", tmdbId);
|
||||
body.Add("tmdb_id", $"movie/{tmdbId}");
|
||||
}
|
||||
|
||||
if (searchTerm.IsNotNullOrWhiteSpace())
|
||||
|
||||
Reference in New Issue
Block a user