summaryrefslogtreecommitdiffstats
path: root/amp-mpd.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-07-15 01:38:51 +0000
committerxgizzmo <xgizzmo@ampache>2005-07-15 01:38:51 +0000
commite3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (patch)
tree421b6e6ed12b88b41d6f51bb01cd8943e4a0c8cc /amp-mpd.php
parent1be55b8fc15f9dc9e105de2bc2ef1011b49b1c8e (diff)
downloadampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.gz
ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.bz2
ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.zip
HTML clean up
Diffstat (limited to 'amp-mpd.php')
-rw-r--r--amp-mpd.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/amp-mpd.php b/amp-mpd.php
index f49151cc..c13b6b3a 100644
--- a/amp-mpd.php
+++ b/amp-mpd.php
@@ -23,7 +23,6 @@
*/
require_once("modules/init.php");
-
/* We need to create a MPD object here */
$myMpd = init_mpd();
@@ -206,7 +205,6 @@ if (is_object($myMpd)) {
mpd_redirect();
break;
} // end switch
-
// We're done let's disconnect
$myMpd->Disconnect();
} // end else