mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Fixed: Use User Selected Languages during Manual Import
This commit is contained in:
@@ -272,6 +272,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Manual
|
||||
// Apply the user-chosen values.
|
||||
localMovie.Movie = movie;
|
||||
localMovie.Quality = file.Quality;
|
||||
localMovie.Languages = file.Languages;
|
||||
|
||||
//TODO: Cleanup non-tracked downloads
|
||||
var importDecision = new ImportDecision(localMovie);
|
||||
|
Reference in New Issue
Block a user