mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-23 22:08:08 +00:00
Fixed: Prevent moving to recycling bin causing a failed import
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -202,6 +202,9 @@ namespace NzbDrone.Core.MediaFiles
|
||||
catch (IOException)
|
||||
{
|
||||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public void Execute(CleanUpRecycleBinCommand message)
|
||||
|
||||
Reference in New Issue
Block a user