1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-11 14:33:44 +00:00

Updated Queue (markdown)

Qstick 2019-12-16 21:06:11 -05:00
parent adc1ab6dc3
commit 59467db0a2

@ -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