mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
Tidy up
This commit is contained in:
parent
f045a1f350
commit
ed28770170
3 changed files with 1 additions and 5 deletions
|
@ -203,7 +203,6 @@ namespace Jackett.Indexers
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return releases.ToArray();
|
||||
}
|
||||
|
||||
|
|
|
@ -138,8 +138,7 @@ namespace Jackett.Indexers
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// OnResultParsingError(this, results, ex);
|
||||
throw ex;
|
||||
OnParseError(results, ex);
|
||||
}
|
||||
return releases.ToArray();
|
||||
}
|
||||
|
|
|
@ -128,7 +128,5 @@ namespace Jackett.Indexers
|
|||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue