summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-16 02:42:41 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-16 02:42:41 +0000
commit4a9909a8a193a781d72a647b81e9de75a57428c6 (patch)
treeb4d8a065245ad0cb53ca2c179ff235b557a3dcaf /index.php
parentc024808430c781b03dab0e9b49016ac4cb868fb1 (diff)
downloadampache-4a9909a8a193a781d72a647b81e9de75a57428c6.tar.gz
ampache-4a9909a8a193a781d72a647b81e9de75a57428c6.tar.bz2
ampache-4a9909a8a193a781d72a647b81e9de75a57428c6.zip
fixed the mpd problems once and for all...
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 15010eee..a69c0cd7 100644
--- a/index.php
+++ b/index.php
@@ -28,9 +28,7 @@
require_once("modules/init.php");
/* We need to attempt to init the mpd object */
-if (conf('mpd_method') == 'file' OR $user->prefs['play_type'] == 'mpd') {
- $myMpd = init_mpd();
-}
+$myMpd = init_mpd();
show_template('header');
show_menu_items('Home');