mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04: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