Fixed Renaming of episodes to include extension.

PostDownload Importing setup, need to setup job for period scan.
This commit is contained in:
Mark McDowall 2011-06-06 23:29:07 -07:00
commit 560706ae8f
15 changed files with 807 additions and 312 deletions

View file

@ -174,6 +174,13 @@ namespace NzbDrone.Core.Providers.Core
set { SetValue("SabTvPriority", (int)value); }
}
public virtual String SabDropDirectory
{
get { return GetValue("SabTvDropDirectory", "", false); }
set { SetValue("SabTvDropDirectory", value); }
}
public virtual Boolean UseBlackhole
{
get { return GetValueBoolean("UseBlackhole"); }