feat: add optional pageSize to /queue command

This commit is contained in:
Tiago Grosso 2024-08-23 21:18:08 +01:00
parent 1e17b94321
commit 6e39c8d09e
3 changed files with 16 additions and 7 deletions

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- An optional `pageSize` to `/queue` command
## [2.9.3] - 2024-08-19
### Fixed