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]}]} {