feat(server): add hls playlist hint (#29150)

* add playlist hint

* update api

* unused import

* update crf in tests
This commit is contained in:
Mert 2026-06-17 19:02:10 -04:00 committed by GitHub
parent cbe34d7931
commit 7ef2de6b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 153 additions and 22 deletions

View file

@ -4924,6 +4924,15 @@
"maximum": 9007199254740991,
"type": "integer"
}
},
{
"name": "x-immich-hls-pos",
"required": false,
"in": "header",
"schema": {
"minimum": 0,
"type": "number"
}
}
],
"responses": {