mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fixed: Importing from Manage Episodes ignoring Analyse video files
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user