diff options
Diffstat (limited to 'stream/src/lib.rs')
| -rw-r--r-- | stream/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 6dbc646..8827aeb 100644 --- a/stream/src/lib.rs +++ b/stream/src/lib.rs @@ -60,7 +60,7 @@ pub fn stream_head(spec: &StreamSpec) -> StreamHead { let range_supported = matches!(spec, Remux { .. } | Original { .. }); let content_type = match spec { Original { .. } => "video/x-matroska", - HlsMultiVariant { .. } => "application/vnd.apple.mpegurl", + HlsMultiVariant => "application/vnd.apple.mpegurl", HlsVariant { .. } => "application/vnd.apple.mpegurl", Info => "application/jellything-stream-info+json", Dash => "application/dash+xml", |