fix(server): add hint header for segment after init.mp4 (#28867)

* add hint header for segment after init.mp4

* use zod

* actually validate

* update openapi

* linting
This commit is contained in:
Mert
2026-06-10 19:18:36 -04:00
committed by GitHub
parent 74878628c8
commit aa126e377c
9 changed files with 115 additions and 17 deletions
+10
View File
@@ -5026,6 +5026,16 @@
"maximum": 9007199254740991,
"type": "integer"
}
},
{
"name": "x-immich-hls-msn",
"required": false,
"in": "header",
"schema": {
"minimum": 0,
"maximum": 9007199254740991,
"type": "integer"
}
}
],
"responses": {