rarbg: change appid for monitoring. #13663

This commit is contained in:
ilike2burnthing 2022-10-23 01:10:17 +01:00 committed by GitHub
parent 85585c2c02
commit e42c149979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = "ttekcaJ_" + EnvironmentUtil.JackettVersion();
}
public override void LoadValuesFromJson(JToken jsonConfig, bool useProtectionService = false)