status: note when a media scan is in progress
This commit is contained in:
parent
98ebb0f5d5
commit
9c8bc5d9c2
@ -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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user