コード例 #1
0
ファイル: cmd.go プロジェクト: ushis/webmpc
func repeat(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Repeat(cmd.Repeat)
}