1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-22 22:31:26 +00:00

Disable library cleanup temporarily

This commit is contained in:
Bogdan 2023-07-05 08:31:41 +03:00
parent 6fae00f51c
commit 1c26dd4aca

View file

@ -57,11 +57,10 @@ private void SyncAll()
return;
}
if (!result.AnyFailure)
{
CleanLibrary(result.Movies.ToList());
}
// if (!result.AnyFailure)
// {
// CleanLibrary(result.Movies.ToList());
// }
ProcessReports(result);
}