summaryrefslogtreecommitdiffstats
path: root/modules/httpq/httpqplayer.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-05 21:58:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-05 21:58:30 +0000
commitec4a5b888a95c8dfb5e3c58836e247212c6c49a1 (patch)
tree1664ac603256f16b28754745bd0e3f7bc6767f99 /modules/httpq/httpqplayer.class.php
parentb55fd99e5e5dc39f13e02869a6f6c885b0880a8f (diff)
downloadampache-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/httpq/httpqplayer.class.php')
-rw-r--r--modules/httpq/httpqplayer.class.php2
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; }