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