Added TimerProvider

This commit is contained in:
kay.one 2011-04-19 18:20:20 -07:00
commit 59899286ee
21 changed files with 353 additions and 359 deletions

View file

@ -51,7 +51,7 @@ namespace NzbDrone.Core.Providers
XDocument xDoc = XDocument.Parse(response);
//If an Error Occurred, retuyrn)
//If an Error Occurred, return)
if (xDoc.Descendants("error").Count() != 0)
return false;