mirror of
https://github.com/Radarr/Radarr
synced 2024-12-29 19:35:25 +00:00
Fixed: Use User Selected Languages during Manual Import
This commit is contained in:
parent
c22c7eff60
commit
f3677a49bf
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ public void Execute(ManualImportCommand message)
|
|||
// 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);
|
||||
|
|
Loading…
Reference in a new issue