summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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');