rarbg: change applid #13510

This commit is contained in:
Garfield69 2022-10-19 16:57:32 +13:00
parent a6032c46da
commit 88242ba999
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(53, TorznabCatType.ConsolePS4, "Games/PS4");
AddCategoryMapping(54, TorznabCatType.MoviesHD, "Movies/x265/1080");
_appId = "jackett_" + EnvironmentUtil.JackettVersion();
_appId = "Jackett_" + EnvironmentUtil.JackettVersion();
EnableConfigurableRetryAttempts();
}