Updated Queue (markdown)

Qstick 2019-12-16 21:06:11 -05:00
parent adc1ab6dc3
commit 59467db0a2
1 changed files with 18 additions and 1 deletions

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