1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

Fix song downloads

'download' wasn't in the list of allowed types for Stream_Playlist, so
download attempts were processed as M3U playlists.
This commit is contained in:
Paul Arthur 2013-04-11 18:19:54 -04:00
parent 9402ff6872
commit cb3484865e

View file

@ -156,6 +156,7 @@ class Stream_Playlist {
$ext = $type;
switch($type) {
case 'download':
case 'democratic':
case 'localplay':
case 'html5_player':