mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-11 14:33:44 +00:00
Updated Queue (markdown)
parent
adc1ab6dc3
commit
59467db0a2
1 changed files with 18 additions and 1 deletions
19
Queue.md
19
Queue.md
|
@ -106,4 +106,21 @@ Optional:
|
|||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## DELETE ##
|
||||
|
||||
##### Summary #####
|
||||
Removes an Item from Queue and Download Client
|
||||
|
||||
##### Parameters ######
|
||||
|
||||
Required:
|
||||
|
||||
`id (int)` - Unique ID of the queue item
|
||||
|
||||
Optional:
|
||||
|
||||
`blacklist (bool)` - `true` or `false` - Set to 'true' to blacklist after delete
|
||||
|
||||
`skipredownload (bool)` - `true` or `false` - Set to 'true' to skip automatic re-download after delete
|
Loading…
Add table
Reference in a new issue