Remove invalid use of video/ts MIME type

This commit is contained in:
df 2021-02-12 14:37:25 +00:00
parent 02d30dba9d
commit 21f4afac3e
1 changed files with 1 additions and 1 deletions

View File

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