mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-09 12:43:49 +05:00
fix: kodik player link parse and custom version name in bug report to developer
This commit is contained in:
parent
831c2919b8
commit
5de0a942ef
2 changed files with 15 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"base_url": "https://api-s.anixsekai.com/",
|
||||
"base_url": "",
|
||||
"values": [
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/ConfigApi.smali",
|
||||
|
@ -16,6 +16,18 @@
|
|||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
|
||||
"value": "episode/{releaseId}"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
|
||||
"value": "episode/{releaseId}/{typeId}"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
|
||||
"value": "episode/{releaseId}/{typeId}/{sourceId}"
|
||||
},
|
||||
{
|
||||
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
|
||||
"value": "episode/target/{releaseId}/{sourceId}/{position}"
|
||||
}
|
||||
],
|
||||
"constants": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue