mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Fix get SmartPlaylist in XML-API (fix #306)
This commit is contained in:
parent
7f170550b5
commit
d045a75e11
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ class Api
|
||||||
$objects = $democratic->get_items();
|
$objects = $democratic->get_items();
|
||||||
Song::build_cache($democratic->object_ids);
|
Song::build_cache($democratic->object_ids);
|
||||||
Democratic::build_vote_cache($democratic->vote_ids);
|
Democratic::build_vote_cache($democratic->vote_ids);
|
||||||
XML_Data::democratic($objects);
|
echo XML_Data::democratic($objects);
|
||||||
break;
|
break;
|
||||||
case 'play':
|
case 'play':
|
||||||
$url = $democratic->play_url();
|
$url = $democratic->play_url();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue