Closed heycatch closed 2 years ago
[ { "roles": [ "Main" ], "roles_russian": [ "Main" ], "character": { "id": 1, "name": "character_1", "russian": "персонаж_1", "image": { "original": "/assets/globals/missing_original.jpg", "preview": "/assets/globals/missing_preview.jpg", "x96": "/assets/globals/missing_x96.jpg", "x48": "/assets/globals/missing_x48.jpg" }, "url": "/characters/1-character-1" }, "person": null } ]
Instead of Main on curl the heap of roles is issued. In golang we only get the last role. Find a way to pull the right positions from the Main.
Main
same goes for manga and ranobe
duplicate
Instead of
Main
on curl the heap of roles is issued. In golang we only get the last role. Find a way to pull the right positions from theMain
.