mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
fix: webvtt db null expectation mismatch (#556)
This commit is contained in:
@@ -45,7 +45,7 @@ SearchTotal = Annotated[
|
|||||||
SearchTotalBase, Field(description="Total number of search results")
|
SearchTotalBase, Field(description="Total number of search results")
|
||||||
]
|
]
|
||||||
|
|
||||||
WEBVTT_SPEC_HEADER = "WEBVTT\n\n"
|
WEBVTT_SPEC_HEADER = "WEBVTT"
|
||||||
|
|
||||||
WebVTTContent = Annotated[
|
WebVTTContent = Annotated[
|
||||||
str,
|
str,
|
||||||
|
|||||||
Reference in New Issue
Block a user