mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00:00
Disable library cleanup temporarily
This commit is contained in:
parent
6fae00f51c
commit
1c26dd4aca
1 changed files with 4 additions and 5 deletions
|
@ -57,11 +57,10 @@ private void SyncAll()
|
|||
return;
|
||||
}
|
||||
|
||||
if (!result.AnyFailure)
|
||||
{
|
||||
CleanLibrary(result.Movies.ToList());
|
||||
}
|
||||
|
||||
// if (!result.AnyFailure)
|
||||
// {
|
||||
// CleanLibrary(result.Movies.ToList());
|
||||
// }
|
||||
ProcessReports(result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue