mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 22:31:26 +00:00
Fixed: Translated fields are mapped incorrectly for existing search results
This commit is contained in:
parent
4db6688fe0
commit
89e25a6241
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ private Movie MapSearchResult(MovieResource result)
|
|||
}
|
||||
else
|
||||
{
|
||||
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.Id);
|
||||
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.MovieMetadataId);
|
||||
}
|
||||
|
||||
return movie;
|
||||
|
|
Loading…
Reference in a new issue