Export to GitHub

gompd - issue #1

'Previous()' actually sends 'next'


Posted on Nov 18, 2012 by Happy Dog

Previous() on client.go:181 should read:

// Previous plays previous song in the playlist. func (c *Client) Previous() error { return c.okCmd("previous") }

Comment #1

Posted on Aug 30, 2013 by Quick Horse

Fix in changeset 28985a93d238

Sorry, I just noticed this issue right now. It seems I have to explicitly enable email notification for the issue tracker.

Status: Fixed

Labels:
Type-Defect Priority-Medium