fixing AirPlay clicks (move to alac official)

This commit is contained in:
philippe44
2019-08-29 15:40:49 -07:00
parent 7f97f621c4
commit f6a0c6f828
5 changed files with 47 additions and 1246 deletions

View File

@@ -155,7 +155,8 @@ struct raop_ctx_s *raop_create(struct in_addr host, char *name,
}
memset(&addr, 0, sizeof(addr));
addr.sin_addr.s_addr = host.s_addr;
addr.sin_addr.s_addr = host.s_addr;
addr.sin_family = AF_INET;
#ifdef WIN32
ctx->port = 0;
addr.sin_port = htons(ctx->port);