Skip to content

Commit 0deedc4

Browse files
Update src/plugins/api-server/backend/routes/control.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1dfdb0 commit 0deedc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/api-server/backend/routes/control.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ const routes = {
415415
method: 'get',
416416
path: `/api/${API_VERSION}/queue/next`,
417417
summary: 'get next song info',
418-
description: 'Get information about the next song in the queue (relative index +1)',
418+
description:
419+
'Get information about the next song in the queue (relative index +1)',
419420
responses: {
420421
200: {
421422
description: 'Success',

0 commit comments

Comments
 (0)