summaryrefslogtreecommitdiffstats
path: root/modules/localplay
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 06:13:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 06:13:32 +0000
commitb3950d0c942364ce9ab2e99c6914977158b2a09c (patch)
tree64bf2dbe591ec7d74acb4602ca152c771430f079 /modules/localplay
parentf4ad61dccfd3b92760659f0382ca51a14e92a8b8 (diff)
downloadampache-b3950d0c942364ce9ab2e99c6914977158b2a09c.tar.gz
ampache-b3950d0c942364ce9ab2e99c6914977158b2a09c.tar.bz2
ampache-b3950d0c942364ce9ab2e99c6914977158b2a09c.zip
new db update, moved prefs around removed useless one and fixed some defaults, also fixed some potential issues with lastfm
Diffstat (limited to 'modules/localplay')
-rw-r--r--modules/localplay/httpq.controller.php2
-rw-r--r--modules/localplay/mpd.controller.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/localplay/httpq.controller.php b/modules/localplay/httpq.controller.php
index 6dfa0856..d1cce1ae 100644
--- a/modules/localplay/httpq.controller.php
+++ b/modules/localplay/httpq.controller.php
@@ -60,7 +60,7 @@ class AmpacheHttpq extends localplay_controller {
*/
public function get_version() {
- return '00001';
+ return '000001';
} // get_version
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php
index ac27bc05..7925d3e1 100644
--- a/modules/localplay/mpd.controller.php
+++ b/modules/localplay/mpd.controller.php
@@ -27,7 +27,7 @@
class AmpacheMpd extends localplay_controller {
/* Variables */
- private $version = '00001';
+ private $version = '000001';
private $description = 'Controls an instance of MPD';
/* Constructed variables */