summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 084c9789..e2e13cc6 100644
--- a/index.php
+++ b/index.php
@@ -82,7 +82,9 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
<?php
if ($user->prefs['play_type'] == 'mpd') {
show_mpd_pl();
- }
+ } else {
+ echo "<td>&nbsp;</td>";
+ }
?>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>