1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Wrong translation mapping can be used for file naming and metadata

Fixes #7243
This commit is contained in:
Qstick
2022-04-26 19:27:07 -05:00
parent 89e25a6241
commit 3125b038d5
14 changed files with 44 additions and 44 deletions
@@ -464,7 +464,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
}
else
{
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovie(movie.MovieMetadataId);
movie.MovieMetadata.Value.Translations = _movieTranslationService.GetAllTranslationsForMovieMetadata(movie.MovieMetadataId);
}
return movie;