mirror of
https://github.com/Readarr/Readarr
synced 2026-02-14 10:42:54 +01:00
Fixed: Correctly save the 'create empty author folders' option
Fixes #412
This commit is contained in:
parent
9100191ad0
commit
b93bc1e5e5
1 changed files with 2 additions and 2 deletions
|
|
@ -160,9 +160,9 @@ public bool RemoveFailedDownloads
|
|||
|
||||
public bool CreateEmptyAuthorFolders
|
||||
{
|
||||
get { return GetValueBoolean("CreateEmptyArtistFolders", false); }
|
||||
get { return GetValueBoolean("CreateEmptyAuthorFolders", false); }
|
||||
|
||||
set { SetValue("CreateEmptyArtistFolders", value); }
|
||||
set { SetValue("CreateEmptyAuthorFolders", value); }
|
||||
}
|
||||
|
||||
public bool DeleteEmptyFolders
|
||||
|
|
|
|||
Loading…
Reference in a new issue