summaryrefslogtreecommitdiffstats
path: root/mpd.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-07-15 01:51:51 +0000
committerxgizzmo <xgizzmo@ampache>2005-07-15 01:51:51 +0000
commit51b625a4463ab90f14cc85e589867903026e78ec (patch)
tree45de8d14e65a3f5cdc10148c93a04b9b5b24f52e /mpd.php
parente3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (diff)
downloadampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.gz
ampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.bz2
ampache-51b625a4463ab90f14cc85e589867903026e78ec.zip
whoops removed test code. sorry
Diffstat (limited to 'mpd.php')
-rw-r--r--mpd.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/mpd.php b/mpd.php
index 3c767c42..83a7eb0f 100644
--- a/mpd.php
+++ b/mpd.php
@@ -30,12 +30,9 @@ 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();