diff options
Diffstat (limited to 'modules/httpq/httpqplayer.class.php')
-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; }
|