mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
removed redundant else
This commit is contained in:
@@ -241,7 +241,7 @@ namespace NzbDrone.Common.Disk
|
||||
{
|
||||
return TransferMode.HardLink;
|
||||
}
|
||||
else if (!mode.HasFlag(TransferMode.Copy))
|
||||
if (!mode.HasFlag(TransferMode.Copy))
|
||||
{
|
||||
throw new IOException("Hardlinking from '" + source + "' to '" + destination + "' failed.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user