mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +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();
|
return releases.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -138,8 +138,7 @@ namespace Jackett.Indexers
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
// OnResultParsingError(this, results, ex);
|
OnParseError(results, ex);
|
||||||
throw ex;
|
|
||||||
}
|
}
|
||||||
return releases.ToArray();
|
return releases.ToArray();
|
||||||
}
|
}
|
||||||
|
|
|
@ -128,7 +128,5 @@ namespace Jackett.Indexers
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue