diff options
Diffstat (limited to 'modules/localplay/httpq.controller.php')
-rw-r--r-- | modules/localplay/httpq.controller.php | 2 |
1 files changed, 1 insertions, 1 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 |