Disable library cleanup temporarily

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

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

Loading…
Cancel
Save