mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
AnimeBytes username is case sensitive
This commit is contained in:
parent
ef22d43f46
commit
da61eb8988
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace Jackett.Common.Indexers
|
|||
TorznabCatType.AudioOther),
|
||||
logger: l,
|
||||
p: ps,
|
||||
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."))
|
||||
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. Your username is case sensitive."))
|
||||
{
|
||||
Encoding = Encoding.UTF8;
|
||||
Language = "en-us";
|
||||
|
|
Loading…
Reference in a new issue