Fixed: Ignore deleted books won't save

Fixes #1505
pull/2154/head v0.1.2.1558
Qstick 2 years ago
parent 01b4ee1a02
commit bc7bf6b269

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

Loading…
Cancel
Save