Endpoint /radio/get_queue: Add pagination #32
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the
/radio/get_queue
endpoint accepts a single parameterlimit
which defaults to 15,000.Pagination is to be implemented to reduce both query latency and browser rendering time / resources required.
The website's DataTables implementation will also require modification.