mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 11:59: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:
parent
9402ff6872
commit
cb3484865e
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class Stream_Playlist {
|
||||||
|
|
||||||
$ext = $type;
|
$ext = $type;
|
||||||
switch($type) {
|
switch($type) {
|
||||||
|
case 'download':
|
||||||
case 'democratic':
|
case 'democratic':
|
||||||
case 'localplay':
|
case 'localplay':
|
||||||
case 'html5_player':
|
case 'html5_player':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue