mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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 @@ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue