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