Inital work on Twitter notifications

This commit is contained in:
Gavin Mogan
2015-03-28 22:30:58 -07:00
committed by Mark McDowall
parent e05365a669
commit 2fbf7a4114
22 changed files with 683 additions and 18 deletions
@@ -65,6 +65,7 @@ namespace NzbDrone.Core.Indexers
}
public virtual ProviderDefinition Definition { get; set; }
public object ConnectData(string stage, IDictionary<string, object> query) { return null; }
protected TSettings Settings
{