fix logic on PopulateFromImdbIfEmpty

This commit is contained in:
edwinbernadus 2024-03-02 18:30:27 +07:00
parent 9d5aadff1a
commit 45a42ad7a0
No known key found for this signature in database
GPG Key ID: C0CCA01F96613255
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace Radarr.Api.V3.Movies
}
}
return new List<Movie>();
return searchResults;
}
private IEnumerable<MovieResource> MapToResource(IEnumerable<Movie> movies)