From 12257dff81e0e84a4e68f7dbbbec1077b810d44b Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Mon, 7 May 2012 17:27:30 +0000 Subject: [PATCH] * Better compliance with DLNA requirement 7.3.67.4. --- upnpsoap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/upnpsoap.c b/upnpsoap.c index df8f7ad..c3d323c 100644 --- a/upnpsoap.c +++ b/upnpsoap.c @@ -1074,6 +1074,7 @@ callback(void *args, int argc, char **argv, char **azColName) /* If the client calls for BrowseMetadata on root, we have to include our "upnp:searchClass"'s, unless they're filtered out */ if( (passed_args->requested == 1) && (strcmp(id, "0") == 0) ) { + ret = strcatf(str, " searchable=\"1\""); if( passed_args->filter & FILTER_UPNP_SEARCHCLASS ) { ret = strcatf(str, ">"