mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Fixed Renaming of episodes to include extension.
PostDownload Importing setup, need to setup job for period scan.
This commit is contained in:
@@ -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"); }
|
||||
|
Reference in New Issue
Block a user