mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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:
parent
699f19b352
commit
89d912bb2b
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@ namespace NzbDrone.Core.MediaFiles
|
|||
catch (IOException)
|
||||
{
|
||||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public void Execute(CleanUpRecycleBinCommand message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue