Esempio n. 1
0
File: cmd.go Progetto: ushis/webmpc
func random(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Random(cmd.Random)
}