mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Defaulted hardlink to false again after an internal debate regarding some Windows peculiarities.
This commit is contained in:
@@ -214,7 +214,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public Boolean CopyUsingHardlinks
|
||||
{
|
||||
get { return GetValueBoolean("CopyUsingHardlinks", true); }
|
||||
get { return GetValueBoolean("CopyUsingHardlinks", false); }
|
||||
|
||||
set { SetValue("CopyUsingHardlinks", value); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user