Ejemplo n.º 1
0
Archivo: cmd.go Proyecto: ushis/webmpc
func stop(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Stop()
}