df-videomp2t-patch #9

Closed
df wants to merge 3 commits from df-videomp2t-patch into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 21f4afac3e - Show all commits

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