diff --git a/upnpsoap.c b/upnpsoap.c index 7414a7a..6e6b16c 100644 --- a/upnpsoap.c +++ b/upnpsoap.c @@ -744,9 +744,6 @@ callback(void *args, int argc, char **argv, char **azColName) memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1); passed_args->size += ret; } - ret = snprintf(str_buf, 512, "<upnp:artist>%s</upnp:artist>", artist); - memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1); - passed_args->size += ret; } if( album && (passed_args->filter & FILTER_UPNP_ALBUM) ) { ret = snprintf(str_buf, 512, "<upnp:album>%s</upnp:album>", album);