mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 13:48:47 +01:00
parent
01b4ee1a02
commit
bc7bf6b269
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ public bool IsDefined(string key)
|
|||
|
||||
public bool AutoUnmonitorPreviouslyDownloadedBooks
|
||||
{
|
||||
get { return GetValueBoolean("AutoUnmonitorPreviouslyDownloadedTracks"); }
|
||||
set { SetValue("AutoUnmonitorPreviouslyDownloadedTracks", value); }
|
||||
get { return GetValueBoolean("AutoUnmonitorPreviouslyDownloadedBooks"); }
|
||||
set { SetValue("AutoUnmonitorPreviouslyDownloadedBooks", value); }
|
||||
}
|
||||
|
||||
public int Retention
|
||||
|
|
|
|||
Loading…
Reference in a new issue