mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-15 08:29:27 +00:00
Fixed: Prevent moving to recycling bin causing a failed import
This commit is contained in:
parent
81723f7fa9
commit
eca016fe61
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@ namespace NzbDrone.Core.MediaFiles
|
|||
catch (IOException)
|
||||
{
|
||||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public void Execute(CleanUpRecycleBinCommand message)
|
||||
|
|
Loading…
Add table
Reference in a new issue