summaryrefslogtreecommitdiff
path: root/tools/http_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/http_server.py')
-rwxr-xr-xtools/http_server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/http_server.py b/tools/http_server.py
index 011f3c31a..065635c6f 100755
--- a/tools/http_server.py
+++ b/tools/http_server.py
@@ -22,6 +22,8 @@ class ContentTypeHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
return "video/vnd.dlna.mpeg-tts"
if ".t3." in path:
return "video/mp2t"
+ if ".t4." in path:
+ return "application/x-typescript"
if ".j1." in path:
return "text/javascript"
if ".j2." in path: