mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Defaulted hardlink to false again after an internal debate regarding some Windows peculiarities.
This commit is contained in:
parent
ebb2b12400
commit
aa36c04d56
4 changed files with 7 additions and 5 deletions
|
@ -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); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue