Disable library cleanup temporarily

This commit is contained in:
Bogdan 2023-07-05 08:31:41 +03:00
parent 6fae00f51c
commit 1c26dd4aca
1 changed files with 4 additions and 5 deletions

View File

@ -57,11 +57,10 @@ namespace NzbDrone.Core.ImportLists
return; return;
} }
if (!result.AnyFailure) // if (!result.AnyFailure)
{ // {
CleanLibrary(result.Movies.ToList()); // CleanLibrary(result.Movies.ToList());
} // }
ProcessReports(result); ProcessReports(result);
} }