diff --git a/src/NzbDrone.Core/Configuration/ConfigService.cs b/src/NzbDrone.Core/Configuration/ConfigService.cs index 382e265b2..cee8d0cdb 100644 --- a/src/NzbDrone.Core/Configuration/ConfigService.cs +++ b/src/NzbDrone.Core/Configuration/ConfigService.cs @@ -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