Added ExternalNotificationProviderBase based on IndexProviderBase.

This commit is contained in:
Mark McDowall 2011-04-28 23:06:13 -07:00
commit a36d5fae2f
16 changed files with 336 additions and 97 deletions

View file

@ -120,7 +120,7 @@ namespace NzbDrone.Core
return parsedEpisode;
}
}
Logger.Debug("Unable to parse text into episode info. {0}", title);
Logger.Warn("Unable to parse text into episode info. {0}", title);
return null;
}