1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Merge pull request #666 from thinca/fix-content-type-of-asx

Fix Content-Type of asx
This commit is contained in:
Afterster 2015-01-12 07:11:17 +01:00
commit 58ff76b481

View file

@ -213,7 +213,7 @@ class Stream_Playlist
unset($ext); unset($ext);
break; break;
case 'asx': case 'asx':
$ct = 'video/x-ms-wmv'; $ct = 'video/x-ms-asf';
break; break;
case 'pls': case 'pls':
$ct = 'audio/x-scpls'; $ct = 'audio/x-scpls';