mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
fix logic on PopulateFromImdbIfEmpty
This commit is contained in:
parent
9d5aadff1a
commit
45a42ad7a0
@ -90,7 +90,7 @@ private List<Movie> PopulateFromImdbIfEmpty(List<Movie> searchResults, string im
|
||||
}
|
||||
}
|
||||
|
||||
return new List<Movie>();
|
||||
return searchResults;
|
||||
}
|
||||
|
||||
private IEnumerable<MovieResource> MapToResource(IEnumerable<Movie> movies)
|
||||
|
Loading…
Reference in New Issue
Block a user