1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-26 09:48:37 +00:00

AnimeBytes: disable login

This commit is contained in:
kaso17 2018-04-24 23:54:21 +02:00
parent 9f7590783d
commit 270b8c9041

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