duncan3dc\Sonos\Queue::removeTrack PHP Method

removeTrack() public method

Remove a track from the queue.
public removeTrack ( integer $position ) : boolean
$position integer The zero-based position of the track to remove
return boolean
    public function removeTrack($position)
    {
        return $this->removeTracks([$position]);
    }