mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Existing episodes will not be added to history
This commit is contained in:
parent
40962aca1d
commit
55b8b31bed
1 changed files with 1 additions and 2 deletions
|
@ -69,11 +69,10 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
||||||
if (newDownload)
|
if (newDownload)
|
||||||
{
|
{
|
||||||
episodeFile = _episodeFileMover.MoveEpisodeFile(episodeFile, localEpisode);
|
episodeFile = _episodeFileMover.MoveEpisodeFile(episodeFile, localEpisode);
|
||||||
|
_messageAggregator.PublishEvent(new EpisodeImportedEvent(episodeFile));
|
||||||
}
|
}
|
||||||
|
|
||||||
_mediaFileService.Add(episodeFile);
|
_mediaFileService.Add(episodeFile);
|
||||||
_messageAggregator.PublishEvent(new EpisodeImportedEvent(episodeFile));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue