mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-21 06:39:06 +00:00
Fixed: Importing from Manage Episodes ignoring Analyse video files
This commit is contained in:
parent
c8933d8124
commit
619ac557f9
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Manual
|
|||
|
||||
var localEpisode = new LocalEpisode
|
||||
{
|
||||
ExistingFile = false,
|
||||
ExistingFile = existingFile,
|
||||
Episodes = episodes,
|
||||
FileEpisodeInfo = fileEpisodeInfo,
|
||||
Path = file.Path,
|
||||
|
|
Loading…
Reference in a new issue