mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
do a check to see if daily episode has airdate before attempting a search.
This commit is contained in:
parent
17842d3fa1
commit
c3b25878d4
2 changed files with 6 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace NzbDrone.Core.Indexers
|
|||
return dateVal;
|
||||
}
|
||||
|
||||
public void CheckForError()
|
||||
private void CheckForError()
|
||||
{
|
||||
if (MoveToContent() == XmlNodeType.Element)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue