1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Misc Extra File Improvements (This changes mapping of backdrop images to Fanart instead of Banner) (#2642)

Fixes #2556
Fixes #2639
Fixes #2547
This commit is contained in:
Qstick
2018-04-01 15:48:22 -04:00
committed by Leonardo Galli
parent 0f6c5533f1
commit 39346b6127
25 changed files with 346 additions and 98 deletions
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport
if (newDownload)
{
_extraService.ImportExtraFiles(localMovie, movieFile, copyOnly);
_extraService.ImportMovie(localMovie, movieFile, copyOnly);
}
if (downloadClientItem != null)