diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-09 22:17:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-09 22:17:13 +0000 |
commit | f89098d3ac6ea2045f34c586d1433ca40e6df9c7 (patch) | |
tree | f382e112dae91b392a38671f81c9a798766f1505 /modules/localplay/httpq.controller.php | |
parent | b1b7998a0f9a6438725fb574e63e27859a6bd2e6 (diff) | |
download | ampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.tar.gz ampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.tar.bz2 ampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.zip |
few more tweaks to localplay, added in the mpd table creation mojo, just need to finish install and then build the interface
Diffstat (limited to 'modules/localplay/httpq.controller.php')
-rw-r--r-- | modules/localplay/httpq.controller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/localplay/httpq.controller.php b/modules/localplay/httpq.controller.php index 3ceb8c04..7e812792 100644 --- a/modules/localplay/httpq.controller.php +++ b/modules/localplay/httpq.controller.php @@ -107,7 +107,6 @@ class AmpacheHttpq extends localplay_controller { */ public function is_installed() { - } // is_installed /** @@ -117,7 +116,6 @@ class AmpacheHttpq extends localplay_controller { public function install() { - } // install /** |