New: Added CAPTCHA support to Rarbg.

This commit is contained in:
Taloth Saldono 2016-08-10 20:45:48 +02:00
parent e9eab0ae48
commit 73fb216e6f
36 changed files with 458 additions and 130 deletions

View file

@ -61,7 +61,7 @@ namespace NzbDrone.Core.Notifications
return GetType().Name;
}
public virtual object ConnectData(string stage, IDictionary<string, object> query) { return null; }
public virtual object RequestAction(string action, IDictionary<string, string> query) { return null; }
}
}