Ticket #3137: mythweb-music-playlist.patch
| File mythweb-music-playlist.patch, 656 bytes (added by , 19 years ago) |
|---|
-
modules/music/mp3act_functions.php
1417 1418 if ($song_id > 0) 1418 1419 { 1419 1420 $row = $song_info[$song_id]; 1420 $tmp .= '#EXTINF:'.intval($row['length']).','. $row['artist_name'].' - '.$row['name']."\n";1421 $tmp .= '#EXTINF:'.intval($row['length']).','.utf8_decode($row['artist_name']).' - '.utf8_decode($row['name'])."\n"; 1421 1422 $tmp .= music_dir().'mp3act_playstream.php?i='.$row['song_id'].'&q='.$quality."\n"; 1422 1423 } 1423 1424 else if ($song_id < 1)
