mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(api): respect is4k parameter for all media status changes (#1951)
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
This commit is contained in:
@@ -6912,6 +6912,10 @@ paths:
|
||||
is4k:
|
||||
type: boolean
|
||||
example: false
|
||||
description: |
|
||||
When true, updates the 4K status field (status4k).
|
||||
When false or not provided, updates the regular status field (status).
|
||||
This applies to all status values (available, partial, processing, pending, unknown).
|
||||
responses:
|
||||
'200':
|
||||
description: Returned media
|
||||
|
||||
Reference in New Issue
Block a user