Now importing downloaded episodes

This commit is contained in:
Mark McDowall
2013-05-14 19:57:57 -07:00
parent b8102b0d1f
commit fb96abed49
11 changed files with 78 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ namespace NzbDrone.Core.Configuration
String SabTvCategory { get; set; }
SabPriorityType SabBacklogTvPriority { get; set; }
SabPriorityType SabRecentTvPriority { get; set; }
String DownloadClientTvDirectory { get; set; }
String DownloadedEpisodesFolder { get; set; }
bool UseSeasonFolder { get; set; }
string SortingSeasonFolderFormat { get; set; }
int DefaultQualityProfile { get; set; }