mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
AnimeBytes: disable indexer
This commit is contained in:
parent
ee3e0dd0e1
commit
63dceed010
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
protected override async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuery query)
|
||||
{
|
||||
throw new Exception("Indexer currently not available, see https://github.com/Jackett/Jackett/issues/3008");
|
||||
// The result list
|
||||
var releases = new List<ReleaseInfo>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue