Fixed: Prevent moving to recycling bin causing a failed import

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/900/head
Qstick 5 years ago
parent 699f19b352
commit 89d912bb2b

@ -202,6 +202,9 @@ namespace NzbDrone.Core.MediaFiles
catch (IOException)
{
}
catch (UnauthorizedAccessException)
{
}
}
public void Execute(CleanUpRecycleBinCommand message)

Loading…
Cancel
Save