From 6e18db1a123c761440fba08fb4b1e3c9ddf9a8b3 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 10 Feb 2022 23:43:17 -0800 Subject: [PATCH] upnphttp: Make the :8200 http page automatically refresh The ReadyMedia :8200 http page reports scanning progress. Why not make it automatically refresh? From SF user gharris999 --- upnphttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnphttp.c b/upnphttp.c index 62db89a..e3c3fae 100644 --- a/upnphttp.c +++ b/upnphttp.c @@ -628,7 +628,7 @@ SendResp_presentation(struct upnphttp * h) v = sql_get_int_field(db, "SELECT count(*) from DETAILS where MIME glob 'v*'"); p = sql_get_int_field(db, "SELECT count(*) from DETAILS where MIME glob 'i*'"); strcatf(&str, - "" SERVER_NAME " " MINIDLNA_VERSION "" + "" SERVER_NAME " " MINIDLNA_VERSION "" "
" "

" SERVER_NAME " status

");