mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat(server): add hls playlist hint (#29150)
* add playlist hint * update api * unused import * update crf in tests
This commit is contained in:
parent
cbe34d7931
commit
7ef2de6b53
11 changed files with 153 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue