mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
rarbg: change appid for monitoring. #13663
This commit is contained in:
parent
85585c2c02
commit
e42c149979
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue