summaryrefslogtreecommitdiffstats
path: root/modules/localplay/httpq.controller.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 22:17:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 22:17:13 +0000
commitf89098d3ac6ea2045f34c586d1433ca40e6df9c7 (patch)
treef382e112dae91b392a38671f81c9a798766f1505 /modules/localplay/httpq.controller.php
parentb1b7998a0f9a6438725fb574e63e27859a6bd2e6 (diff)
downloadampache-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.php2
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
/**