diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index 801a27fcb..73a61e414 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -57,11 +57,10 @@ namespace NzbDrone.Core.ImportLists return; } - if (!result.AnyFailure) - { - CleanLibrary(result.Movies.ToList()); - } - + // if (!result.AnyFailure) + // { + // CleanLibrary(result.Movies.ToList()); + // } ProcessReports(result); }