Fixed: Importing from Manage Episodes ignoring Analyse video files

pull/5557/head
Mark McDowall 1 year ago
parent c8933d8124
commit 619ac557f9

@ -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…
Cancel
Save