|
|
|
@ -119,6 +119,8 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
|
|
|
|
{
|
|
|
|
|
ImportDecision decision = null;
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
var fileEpisodeInfo = Parser.Parser.ParsePath(localEpisode.Path);
|
|
|
|
|
|
|
|
|
|
localEpisode.FileEpisodeInfo = fileEpisodeInfo;
|
|
|
|
@ -128,8 +130,6 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
|
|
|
|
localEpisode.FileEpisodeInfo?.ReleaseType ??
|
|
|
|
|
ReleaseType.Unknown;
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
_aggregationService.Augment(localEpisode, downloadClientItem);
|
|
|
|
|
|
|
|
|
|
if (localEpisode.Episodes.Empty())
|
|
|
|
|