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

View file

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