New: Import subtitles and extra files when importing media files

This commit is contained in:
Mark McDowall
2016-09-17 00:52:30 -07:00
parent 9a870a3709
commit 836131ebb1
2 changed files with 12 additions and 4 deletions
-4
View File
@@ -57,10 +57,6 @@ namespace NzbDrone.Core.Extras
extraFileManager.CreateAfterEpisodeImport(series, episodeFile);
}
// TODO: Remove
// Not importing files yet, testing that parsing is working properly first
return;
var sourcePath = localEpisode.Path;
var sourceFolder = _diskProvider.GetParentFolder(sourcePath);
var sourceFileName = Path.GetFileNameWithoutExtension(sourcePath);