mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed: Prevent moving to recycling bin causing a failed import
This commit is contained in:
parent
81723f7fa9
commit
eca016fe61
@ -193,6 +193,9 @@ private void SetLastWriteTime(string file, DateTime dateTime)
|
||||
catch (IOException)
|
||||
{
|
||||
}
|
||||
catch (UnauthorizedAccessException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public void Execute(CleanUpRecycleBinCommand message)
|
||||
|
Loading…
Reference in New Issue
Block a user