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:
commit
58ff76b481
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue