mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Now importing downloaded episodes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user