AnimeBytes: disable login

This commit is contained in:
kaso17 2018-04-24 23:54:21 +02:00
parent 9f7590783d
commit 270b8c9041
1 changed files with 2 additions and 0 deletions

View File

@ -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();