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:
parent
f42230b133
commit
79dd77dce7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class AmpacheRSS {
|
||||||
$results = array();
|
$results = array();
|
||||||
|
|
||||||
foreach ($data as $element) {
|
foreach ($data as $element) {
|
||||||
$song = $element['song'];
|
$song = $element['media'];
|
||||||
$client = $element['user'];
|
$client = $element['user'];
|
||||||
$xml_array = array('title'=>$song->f_title . ' - ' . $song->f_artist . ' - ' . $song->f_album,
|
$xml_array = array('title'=>$song->f_title . ' - ' . $song->f_artist . ' - ' . $song->f_album,
|
||||||
'link'=>$song->link,
|
'link'=>$song->link,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue