Fixed: Refactor misc text and variables in settings (#31)

Fixed: Refactor misc text and variables in settings
This commit is contained in:
Qstick
2017-07-24 21:56:40 -04:00
committed by Joseph Milazzo
parent d32cf1120e
commit b63b2d70df
14 changed files with 41 additions and 41 deletions
@@ -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; }