From 8de1ab1c18e6be051132e2bfe6a6d78b3f8c7dbb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 4 Jan 2024 21:21:14 +0100 Subject: recursive import --- stream/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/src') diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 8d4ee3a..fcd3f9d 100644 --- a/stream/src/lib.rs +++ b/stream/src/lib.rs @@ -39,7 +39,7 @@ pub fn stream_head(spec: &StreamSpec) -> StreamHead { StreamFormat::Original => StreamHead { content_type: "video/x-matroska", range_supported: true }, StreamFormat::Matroska => StreamHead { content_type: webm_or_mkv, range_supported: true }, StreamFormat::HlsMaster | StreamFormat::HlsVariant => StreamHead { content_type: "application/vnd.apple.mpegurl", range_supported: false }, - StreamFormat::JhlsIndex => StreamHead { content_type: "application/jellything-jhls+json", range_supported: false }, + StreamFormat::JhlsIndex => StreamHead { content_type: "application/jellything-seekindex+json", range_supported: false }, StreamFormat::Webvtt => StreamHead { content_type: "text/vtt", range_supported: false }, StreamFormat::Snippet => StreamHead { content_type: webm_or_mkv, range_supported: false }, } -- cgit v1.2.3-70-g09d2