mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +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
|
else
|
||||||
{
|
{
|
||||||
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.Id);
|
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.MovieMetadataId);
|
||||||
}
|
}
|
||||||
|
|
||||||
return movie;
|
return movie;
|
||||||
|
|
Loading…
Reference in a new issue