fix: webvtt db null expectation mismatch (#556)

This commit is contained in:
Igor Loskutov
2025-08-21 01:21:25 -04:00
committed by Mathieu Virbel
parent 7e366f6338
commit 07981e8090

View File

@@ -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,