mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Refactor misc text and variables in settings (#31)
Fixed: Refactor misc text and variables in settings
This commit is contained in:
@@ -24,10 +24,10 @@ namespace NzbDrone.Core.Configuration
|
||||
bool RemoveFailedDownloads { get; set; }
|
||||
|
||||
//Media Management
|
||||
bool AutoUnmonitorPreviouslyDownloadedEpisodes { get; set; }
|
||||
bool AutoUnmonitorPreviouslyDownloadedTracks { get; set; }
|
||||
string RecycleBin { get; set; }
|
||||
bool AutoDownloadPropers { get; set; }
|
||||
bool CreateEmptySeriesFolders { get; set; }
|
||||
bool CreateEmptyArtistFolders { get; set; }
|
||||
FileDateType FileDate { get; set; }
|
||||
bool SkipFreeSpaceCheckWhenImporting { get; set; }
|
||||
bool CopyUsingHardlinks { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user