From 21a6d42353404a8eea2c1d10b8c61b40883e13e0 Mon Sep 17 00:00:00 2001 From: thinca Date: Mon, 12 Jan 2015 13:44:57 +0900 Subject: [PATCH] Fix Content-Type of asx --- lib/class/stream_playlist.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class/stream_playlist.class.php b/lib/class/stream_playlist.class.php index 7a57fc90..3dfc8549 100644 --- a/lib/class/stream_playlist.class.php +++ b/lib/class/stream_playlist.class.php @@ -213,7 +213,7 @@ class Stream_Playlist unset($ext); break; case 'asx': - $ct = 'video/x-ms-wmv'; + $ct = 'video/x-ms-asf'; break; case 'pls': $ct = 'audio/x-scpls';