status: note when a media scan is in progress
This commit is contained in:
@@ -618,6 +618,10 @@ SendResp_presentation(struct upnphttp * h)
|
|||||||
"<tr><td>Image files</td><td>%d</td></tr>"
|
"<tr><td>Image files</td><td>%d</td></tr>"
|
||||||
"</table>", a, v, p);
|
"</table>", a, v, p);
|
||||||
|
|
||||||
|
if (scanning)
|
||||||
|
strcatf(&str,
|
||||||
|
"<br><i>* Media scan in progress</i><br>");
|
||||||
|
|
||||||
strcatf(&str,
|
strcatf(&str,
|
||||||
"<h3>Connected clients</h3>"
|
"<h3>Connected clients</h3>"
|
||||||
"<table border=1 cellpadding=10>"
|
"<table border=1 cellpadding=10>"
|
||||||
|
|||||||
Reference in New Issue
Block a user