From 6ea2c183845e958b52a3247b54d60eb36e1f59dd Mon Sep 17 00:00:00 2001 From: proton-ab Date: Tue, 8 May 2018 07:24:43 +0200 Subject: [PATCH] Update AnimeBytes passkey note message (#3078) --- src/Jackett.Common/Indexers/AnimeBytes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/AnimeBytes.cs b/src/Jackett.Common/Indexers/AnimeBytes.cs index c7494ce5a..87a752ea6 100644 --- a/src/Jackett.Common/Indexers/AnimeBytes.cs +++ b/src/Jackett.Common/Indexers/AnimeBytes.cs @@ -49,7 +49,7 @@ namespace Jackett.Common.Indexers TorznabCatType.AudioOther), logger: l, p: ps, - configData: new ConfigurationDataAnimeBytes("Note about Passkey: This is not your login Password. Find the Passkey by logging into AnimeBytes with your browser")) + configData: new ConfigurationDataAnimeBytes("Note: Go to AnimeBytes site and open your account settings. Go to 'Account' tab, move cursor over black part near 'Passkey' and copy its value.")) { Encoding = Encoding.UTF8; Language = "en-us";