diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-16 07:13:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-16 07:13:45 +0000 |
commit | cebb21facc2e2219f1d498def8ee19bbb4b72f7e (patch) | |
tree | 17c779f616c63ab8bc552ea2e4ce8a66a6f7e460 /modules/localplay/mpd.controller.php | |
parent | 8046e377bcb7a83b8966e7a2809b905071f7f08a (diff) | |
download | ampache-cebb21facc2e2219f1d498def8ee19bbb4b72f7e.tar.gz ampache-cebb21facc2e2219f1d498def8ee19bbb4b72f7e.tar.bz2 ampache-cebb21facc2e2219f1d498def8ee19bbb4b72f7e.zip |
fixed mpd timeout issues and a stupid little theme config load issue
Diffstat (limited to 'modules/localplay/mpd.controller.php')
-rw-r--r-- | modules/localplay/mpd.controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index cd2f686c..ac595b26 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -330,7 +330,7 @@ class AmpacheMpd { * is stored in this class */ function connect() { - + $this->_mpd = new mpd(conf('localplay_mpd_hostname'),conf('localplay_mpd_port')); if ($this->_mpd->connected) { return true; } |