do a check to see if daily episode has airdate before attempting a search.

This commit is contained in:
Keivan Beigi 2013-07-30 13:30:34 -07:00 committed by kay.one
commit c3b25878d4
2 changed files with 6 additions and 1 deletions

View file

@ -72,7 +72,7 @@ namespace NzbDrone.Core.Indexers
return dateVal;
}
public void CheckForError()
private void CheckForError()
{
if (MoveToContent() == XmlNodeType.Element)
{