Пример #1
0
func delId(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.DeleteId(cmd.Id)
}