summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-30 14:43:11 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-30 14:43:11 +0000
commit224f007c59eab093bea69eb227faa64104ed4e15 (patch)
tree44486b935f6d1defaa67e56379a15aab5ec57af9 /index.php
parent10f8a1ec3378c3540a35f73e986cc284f2e66f1d (diff)
downloadampache-224f007c59eab093bea69eb227faa64104ed4e15.tar.gz
ampache-224f007c59eab093bea69eb227faa64104ed4e15.tar.bz2
ampache-224f007c59eab093bea69eb227faa64104ed4e15.zip
new mpd interface
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 88431963..4819e3b0 100644
--- a/index.php
+++ b/index.php
@@ -68,6 +68,10 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
</td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
+ <tr>
+ <?php if ($user->prefs['play_type'] == 'mpd') { show_mpd_pl(); } ?>
+ </tr>
+ <tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td valign="top" align="right">
<?php