mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: (BeyondHD) Searching ImdbId has priority over TmdbId.
This commit is contained in:
@@ -89,8 +89,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
{
|
||||
body.Add("imdb_id", imdbId);
|
||||
}
|
||||
|
||||
if (tmdbId > 0)
|
||||
else if (tmdbId > 0)
|
||||
{
|
||||
body.Add("tmdb_id", tmdbId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user