summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:47:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:47:24 +0000
commit5d09d233c7efea368f8b04f915d51bd9a7ebc538 (patch)
tree258fde746cec1084b073176aa7e4d86c6685b406 /index.php
parentab8c8b63c65f3c3aa01b7ae64900d764718ff986 (diff)
downloadampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.tar.gz
ampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.tar.bz2
ampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.zip
localplay_menu patch from nedko
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f2c2966a..4b4c7e46 100644
--- a/index.php
+++ b/index.php
@@ -119,7 +119,7 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
if($user->prefs['play_type'] == 'local_play') {
show_local_control();
echo "<br />";
- } elseif ($user->prefs['play_type'] == 'mpd') {
+ } elseif ($user->prefs['play_type'] == 'mpd' && !conf('localplay_menu')) {
show_mpd_control();
echo "<br />";
} else {