summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-13 14:37:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-13 14:37:21 +0000
commitdbdc2a615805da9a4728e8fbadc9364d8972973e (patch)
treee13b023450cd944755372af433ab61cdc7d15b2a /lib
parent691d6bb0a374713d8f971bf6717b6205be5eb9cf (diff)
downloadampache-dbdc2a615805da9a4728e8fbadc9364d8972973e.tar.gz
ampache-dbdc2a615805da9a4728e8fbadc9364d8972973e.tar.bz2
ampache-dbdc2a615805da9a4728e8fbadc9364d8972973e.zip
updated changelog made reseting album art take above user perms
Diffstat (limited to 'lib')
-rw-r--r--lib/class/localplay.class.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php
index 0b401bdc..4d027579 100644
--- a/lib/class/localplay.class.php
+++ b/lib/class/localplay.class.php
@@ -143,21 +143,26 @@ class Localplay {
$this->_function_map['stop'] = $data['stop'];
$this->_function_map['get'] = $data['get'];
$this->_function_map['connect'] = $data['connect'];
+ $this->_function_map['status'] = $data['status'];
/* Recommended Functions */
- $this->_function_map['status'] = $data['status'];
$this->_function_map['pause'] = $data['pause'];
$this->_function_map['next'] = $data['next'];
$this->_function_map['prev'] = $data['prev'];
$this->_function_map['skip'] = $data['skip'];
$this->_function_map['get_playlist'] = $data['get_playlist'];
$this->_function_map['get_playing'] = $data['get_playing'];
+ $this->_function_map['repeat'] = $data['repeat'];
+ $this->_function_map['random'] = $data['random'];
+ $this->_function_map['loop'] = $data['loop'];
/* Optional Functions */
$this->_function_map['volume_set'] = $data['volume_set'];
$this->_function_map['volume_up'] = $data['volume_up'];
$this->_function_map['volume_down'] = $data['volume_down'];
$this->_function_map['delete_all'] = $data['delete_all'];
+ $this->_function_map['randomize'] = $data['randomize'];
+ $this->_function_map['move'] = $data['move'];
} // _map_functions