summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 8637a3e6..a1855c79 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -33,11 +33,11 @@ $web_path = Config::get('web_path');
</ul>
</div>
<?php show_box_bottom(); ?>
-<?php show_box_top(); ?>
<div id="browse_content">
<?php
$object_ids = $playlist->get_items();
- require_once Config::get('prefix') . '/templates/show_playlist_songs.inc.php';
+ Browse::set_type('playlist_song');
+ Browse::save_objects($object_ids);
+ Browse::show_objects($object_ids);
?>
</div>
-<?php show_box_bottom(); ?>