mirror of
https://github.com/Radarr/Radarr
synced 2025-03-11 14:45:23 +00:00
Fix id list formatting
parent
29db638b01
commit
036421de1b
1 changed files with 11 additions and 6 deletions
|
@ -10,12 +10,17 @@ This will create api.txt and enter the json response, where you can browse at yo
|
|||
|
||||
The first indented column is the main id that radarr uses, the other indented id's are irrelevent:
|
||||
`
|
||||
api.txt
|
||||
"id": 4
|
||||
"id": 7
|
||||
"id": 68
|
||||
"id": 93
|
||||
"id": 2
|
||||
api.txt
|
||||
|
||||
"id": 4
|
||||
|
||||
"id": 7
|
||||
|
||||
"id": 68
|
||||
|
||||
"id": 93
|
||||
|
||||
"id": 2`
|
||||
|
||||
So, id's 4, 68 and 93 are the id's required for the next step.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue