summaryrefslogtreecommitdiffstats
path: root/mpd.php
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.php')
-rw-r--r--mpd.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpd.php b/mpd.php
index 83a7eb0f..3c767c42 100644
--- a/mpd.php
+++ b/mpd.php
@@ -30,9 +30,12 @@ show_template('header');
if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
show_menu_items('Local Play');
show_clear();
-
+DebugBreak();
if ($user->prefs['play_type'] == 'mpd') {
show_mpd_control();
+ echo "<div align='center'> <table border='0'> <tr>";
+ show_mpd_pl();
+ echo "</tr> </table> </div>";
}
show_clear();