added test for basic FeedProviderBase, fixed some issues with it.

This commit is contained in:
kay.one 2011-04-04 23:33:24 -07:00
commit 73aecc0796
8 changed files with 494 additions and 22 deletions

View file

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