status: note when a media scan is in progress

This commit is contained in:
Justin Maggard 2014-03-17 11:32:56 -07:00
parent 98ebb0f5d5
commit 9c8bc5d9c2

View File

@ -618,6 +618,10 @@ SendResp_presentation(struct upnphttp * h)
"<tr><td>Image files</td><td>%d</td></tr>"
"</table>", a, v, p);
if (scanning)
strcatf(&str,
"<br><i>* Media scan in progress</i><br>");
strcatf(&str,
"<h3>Connected clients</h3>"
"<table border=1 cellpadding=10>"