mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-27 10:14:57 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user