Hey there
I'm creating a small view-only interface and using the SABnzbd API.
When loading the Advanced Queue API in JSON, I want only the first result rather than the entire array (using PHP by the way)
Is this possible and if not, any work arounds?
Thanks
API Help
Re: API Help
Add limit=1 to the api query. Be aware that this item could be a paused item in the queue, and not the current active download.