fix(plugins): update payload type to string with byte format for task data

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2026-03-03 13:54:43 -05:00
parent 668869b6c7
commit eeb1bd5f41

View file

@ -23,10 +23,9 @@ components:
type: string
description: TaskID is the unique identifier for this task.
payload:
type: array
type: string
format: byte
description: Payload is the opaque data provided when the task was enqueued.
items:
type: object
attempt:
type: integer
format: int32