1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-29 11:17:22 +00:00
This commit is contained in:
KZ 2015-07-19 18:31:25 +01:00
parent f045a1f350
commit ed28770170
3 changed files with 1 additions and 5 deletions

View file

@ -203,7 +203,6 @@ namespace Jackett.Indexers
}
}
return releases.ToArray();
}

View file

@ -138,8 +138,7 @@ namespace Jackett.Indexers
}
catch (Exception ex)
{
// OnResultParsingError(this, results, ex);
throw ex;
OnParseError(results, ex);
}
return releases.ToArray();
}

View file

@ -128,7 +128,5 @@ namespace Jackett.Indexers
{
throw new NotImplementedException();
}
}
}