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

@ -25,6 +25,7 @@ export enum ImmichHeader {
Checksum = 'x-immich-checksum',
CorrelationId = 'X-Correlation-ID',
HlsInitSegment = 'x-immich-hls-msn',
HlsPosition = 'x-immich-hls-pos',
}
export enum ImmichQuery {