Beispiel #1
0
func addId(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	_, err := conn.AddId(cmd.Uri, cmd.Pos)
	return nil, err
}