mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
Fixed: Importing from Manual Import ignoring Analyze video files
Closes #8340
This commit is contained in:
parent
3e643644cd
commit
cc4a80947f
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ public void Execute(ManualImportCommand message)
|
|||
|
||||
var localMovie = new LocalMovie
|
||||
{
|
||||
ExistingFile = false,
|
||||
ExistingFile = existingFile,
|
||||
FileMovieInfo = fileMovieInfo,
|
||||
Path = file.Path,
|
||||
Quality = file.Quality,
|
||||
|
|
Loading…
Reference in a new issue