1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

Fixed: no data rss #416

This commit is contained in:
momo-i 2009-03-16 22:05:38 +00:00
parent f42230b133
commit 79dd77dce7

View file

@ -133,7 +133,7 @@ class AmpacheRSS {
$results = array();
foreach ($data as $element) {
$song = $element['song'];
$song = $element['media'];
$client = $element['user'];
$xml_array = array('title'=>$song->f_title . ' - ' . $song->f_artist . ' - ' . $song->f_album,
'link'=>$song->link,