summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_localplay_playlist.inc.php')
-rw-r--r--templates/show_localplay_playlist.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php
index 10f8ecb9..e9806a02 100644
--- a/templates/show_localplay_playlist.inc.php
+++ b/templates/show_localplay_playlist.inc.php
@@ -19,6 +19,7 @@
*/
?>
+<?php Ajax::start_container('localplay_playlist'); ?>
<?php show_box_top(_('Current Playlist')); ?>
<table class="tabledata" cellpadding="0" cellspacing="0">
<colgroup>
@@ -59,3 +60,4 @@ foreach ($objects as $object) {
</tr>
</table>
<?php show_box_bottom(); ?>
+<?php Ajax::end_container(); ?>