summaryrefslogtreecommitdiffstats
path: root/amp-mpd.php
diff options
context:
space:
mode:
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