mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
do a check to see if daily episode has airdate before attempting a search.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace NzbDrone.Core.Indexers
|
||||
return dateVal;
|
||||
}
|
||||
|
||||
public void CheckForError()
|
||||
private void CheckForError()
|
||||
{
|
||||
if (MoveToContent() == XmlNodeType.Element)
|
||||
{
|
||||
|
Reference in New Issue
Block a user