mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
Fixed: Correctly save the 'create empty author folders' option
Fixes #412
This commit is contained in:
@@ -160,9 +160,9 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public bool CreateEmptyAuthorFolders
|
||||
{
|
||||
get { return GetValueBoolean("CreateEmptyArtistFolders", false); }
|
||||
get { return GetValueBoolean("CreateEmptyAuthorFolders", false); }
|
||||
|
||||
set { SetValue("CreateEmptyArtistFolders", value); }
|
||||
set { SetValue("CreateEmptyAuthorFolders", value); }
|
||||
}
|
||||
|
||||
public bool DeleteEmptyFolders
|
||||
|
||||
Reference in New Issue
Block a user