mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
animebytes: fix name typo
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Jackett.Common.Indexers
|
|||||||
cacheService: cs,
|
cacheService: cs,
|
||||||
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."))
|
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."))
|
||||||
{
|
{
|
||||||
// Animebytes doesn't like fake user agents (issue #1535)
|
// AnimeBytes doesn't like fake user agents (issue #1535)
|
||||||
webclient.EmulateBrowser = false;
|
webclient.EmulateBrowser = false;
|
||||||
// requestDelay for API Limit (1 request per 10 seconds)
|
// requestDelay for API Limit (1 request per 10 seconds)
|
||||||
webclient.requestDelay = 10;
|
webclient.requestDelay = 10;
|
||||||
|
Reference in New Issue
Block a user