Fixed: Translated fields are mapped incorrectly for existing search results

pull/7192/head
Qstick 2 years ago
parent 4db6688fe0
commit 89e25a6241

@ -464,7 +464,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
}
else
{
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.Id);
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.MovieMetadataId);
}
return movie;

Loading…
Cancel
Save