mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Download Handling, Clean Up Drone Folder Leftovers
This commit is contained in:
@@ -74,13 +74,6 @@ namespace NzbDrone.Core.Configuration
|
||||
return _repository.Get(key.ToLower()) != null;
|
||||
}
|
||||
|
||||
public string DownloadedAlbumsFolder
|
||||
{
|
||||
get { return GetValue(ConfigKey.DownloadedAlbumsFolder.ToString()); }
|
||||
|
||||
set { SetValue(ConfigKey.DownloadedAlbumsFolder.ToString(), value); }
|
||||
}
|
||||
|
||||
public bool AutoUnmonitorPreviouslyDownloadedTracks
|
||||
{
|
||||
get { return GetValueBoolean("AutoUnmonitorPreviouslyDownloadedTracks"); }
|
||||
@@ -168,13 +161,6 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("DownloadClientWorkingFolders", value); }
|
||||
}
|
||||
|
||||
public int DownloadedAlbumsScanInterval
|
||||
{
|
||||
get { return GetValueInt("DownloadedAlbumsScanInterval", 1); }
|
||||
|
||||
set { SetValue("DownloadedAlbumsScanInterval", value); }
|
||||
}
|
||||
|
||||
public int DownloadClientHistoryLimit
|
||||
{
|
||||
get { return GetValueInt("DownloadClientHistoryLimit", 30); }
|
||||
|
||||
Reference in New Issue
Block a user