mirror of https://github.com/Jackett/Jackett
rarbg: change appid for monitoring. #13663
This commit is contained in:
parent
85585c2c02
commit
e42c149979
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue