mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Now importing downloaded episodes
This commit is contained in:
parent
b8102b0d1f
commit
fb96abed49
11 changed files with 78 additions and 57 deletions
|
@ -99,11 +99,11 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("SabRecentTvPriority", value); }
|
||||
}
|
||||
|
||||
public String DownloadClientTvDirectory
|
||||
public String DownloadedEpisodesFolder
|
||||
{
|
||||
get { return GetValue("DownloadClientTvDirectory"); }
|
||||
get { return GetValue("DownloadedEpisodesFolder"); }
|
||||
|
||||
set { SetValue("DownloadClientTvDirectory", value); }
|
||||
set { SetValue("DownloadedEpisodesFolder", value); }
|
||||
}
|
||||
|
||||
public bool UseSeasonFolder
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue