diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-05 21:58:30 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-05 21:58:30 +0000 |
commit | ec4a5b888a95c8dfb5e3c58836e247212c6c49a1 (patch) | |
tree | 1664ac603256f16b28754745bd0e3f7bc6767f99 /modules | |
parent | b55fd99e5e5dc39f13e02869a6f6c885b0880a8f (diff) | |
download | ampache-ec4a5b888a95c8dfb5e3c58836e247212c6c49a1.tar.gz ampache-ec4a5b888a95c8dfb5e3c58836e247212c6c49a1.tar.bz2 ampache-ec4a5b888a95c8dfb5e3c58836e247212c6c49a1.zip |
fixed updating access level for prefs, headers for po files, httpq player skip command and image resize for gif and png
Diffstat (limited to 'modules')
-rw-r--r-- | modules/httpq/httpqplayer.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/httpq/httpqplayer.class.php b/modules/httpq/httpqplayer.class.php index 4c8b72d2..6b4da250 100644 --- a/modules/httpq/httpqplayer.class.php +++ b/modules/httpq/httpqplayer.class.php @@ -134,7 +134,7 @@ class HttpQPlayer { function skip($pos) {
$args = array('index'=>$pos);
- $results = $this->sendCommand('sendplaylistpos',$args);
+ $results = $this->sendCommand('setplaylistpos',$args);
if ($results == '0') { return null; }
|