animebytes: fix name typo

This commit is contained in:
Bogdan 2023-04-06 03:56:51 +03:00
parent 8d6f9d55ae
commit a81dd24a20
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace Jackett.Common.Indexers
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."))
{
// Animebytes doesn't like fake user agents (issue #1535)
// AnimeBytes doesn't like fake user agents (issue #1535)
webclient.EmulateBrowser = false;
// requestDelay for API Limit (1 request per 10 seconds)
webclient.requestDelay = 10;