summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/class/stream.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index d4853780..edffeb11 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -353,7 +353,7 @@ class Stream {
header("Cache-control: public");
header("Content-Disposition: filename=ampache_playlist.asx");
- header("Content-Type: audio/x-ms-wmv;");
+ header("Content-Type: video/x-ms-wmv;");
echo "<ASX version = \"3.0\" BANNERBAR=\"AUTO\">\n";
echo "<TITLE>Ampache ASX Playlist</TITLE>";