Disable library cleanup temporarily

pull/8773/head
Bogdan 1 year ago
parent 6fae00f51c
commit 1c26dd4aca

@ -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);
} }

Loading…
Cancel
Save