mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
No more dupes and house cleaner added
This commit is contained in:
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.History
|
||||
|
||||
public void Handle(EpisodeImportedEvent message)
|
||||
{
|
||||
if (message.NewDownload)
|
||||
if (!message.NewDownload)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user