Added m3u8 mime type

This commit is contained in:
Ziver Koc 2022-05-20 12:03:59 +02:00
parent f067708614
commit 9679100c0e

View file

@ -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"]