mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
AnimeBytes: disable login
This commit is contained in:
parent
9f7590783d
commit
270b8c9041
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
LoadValuesFromJson(configJson);
|
||||
|
||||
throw new Exception("Indexer currently not available, see https://github.com/Jackett/Jackett/issues/3008");
|
||||
|
||||
lock (cache)
|
||||
{
|
||||
cache.Clear();
|
||||
|
|
Loading…
Reference in a new issue