Fixed: Ignore deleted books won't save

Fixes #1505
This commit is contained in:
Qstick
2023-02-02 22:11:58 -06:00
parent 01b4ee1a02
commit bc7bf6b269

View File

@@ -81,8 +81,8 @@ namespace NzbDrone.Core.Configuration
public bool AutoUnmonitorPreviouslyDownloadedBooks
{
get { return GetValueBoolean("AutoUnmonitorPreviouslyDownloadedTracks"); }
set { SetValue("AutoUnmonitorPreviouslyDownloadedTracks", value); }
get { return GetValueBoolean("AutoUnmonitorPreviouslyDownloadedBooks"); }
set { SetValue("AutoUnmonitorPreviouslyDownloadedBooks", value); }
}
public int Retention