From 21f4afac3e6294b029027ad17b764b23524a3801 Mon Sep 17 00:00:00 2001 From: df Date: Fri, 12 Feb 2021 14:37:25 +0000 Subject: [PATCH] Remove invalid use of video/ts MIME type --- webif/html/browse/download.jim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webif/html/browse/download.jim b/webif/html/browse/download.jim index 41447e7..dcf113f 100755 --- a/webif/html/browse/download.jim +++ b/webif/html/browse/download.jim @@ -10,7 +10,7 @@ set urlbase [cgi_get base ""] # Default to just downloading the raw file. set url $file -set mime "video/ts" +set mime "video/mp2t" if {[string match {*.ts} $file]} { if {![catch {set ts [ts fetch $file]}]} {