From 9679100c0e10b9ef6d4515ccd9e43959c6581e5e Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Fri, 20 May 2022 12:03:59 +0200 Subject: [PATCH] Added m3u8 mime type --- src/zutil/data/mime.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zutil/data/mime.json b/src/zutil/data/mime.json index 597ab6f..5f1601b 100644 --- a/src/zutil/data/mime.json +++ b/src/zutil/data/mime.json @@ -114,6 +114,10 @@ "description": "Tape Archive (TAR)", "extensions": ["tar"] }, + "x-mpegURL": { + "description": "Apple HTTP Live Streaming (HLS)", + "extensions": ["m3u8"] + }, "typescript": { "description": "Typescript file", "extensions": ["ts"]