mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Post Processor Done.
Will send from SAB to NzbDrone. Changed SabCategory to SabTvCategory (Support for movies later?)
This commit is contained in:
parent
e166cb1b2d
commit
70fd11231d
9 changed files with 124 additions and 26 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Providers
|
|||
public bool AddByUrl(string url, string title)
|
||||
{
|
||||
const string mode = "addurl";
|
||||
//string cat = _config.GetValue("SabCategory", String.Empty, true);
|
||||
//string cat = _config.GetValue("SabTvCategory", String.Empty, true);
|
||||
string cat = "tv";
|
||||
string priority = _config.GetValue("SabPriority", String.Empty, false);
|
||||
string name = url.Replace("&", "%26");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue