mirror of https://github.com/Radarr/Radarr
Disable library cleanup temporarily
This commit is contained in:
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…
Reference in New Issue