diff options
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 18350a0e..507cee02 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -309,7 +309,7 @@ class Stream { header("Cache-control: public"); header("Content-Disposition: filename=playlist.asx"); - header("Content-Type: audio/x-ms-wax;"); + header("Content-Type: audio/x-ms-wmv;"); echo "<ASX version = \"3.0\" BANNERBAR=\"AUTO\">\n"; echo "<TITLE>Ampache ASX Playlist</TITLE>"; |