Beispiel #1
0
func previous(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Previous()
}