Skip to content

Commit 7aba6a7

Browse files
committed
icons
1 parent 0c3f31c commit 7aba6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlna/devices/DLNADevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ class DLNADevice : public IDevice {
612612
p_server->on(device_path, T_GET, deviceXMLCallback, ref, 1);
613613
}
614614

615-
// Register icon and privide favicon.ico
615+
// Register icons and favicon.ico
616616
for (Icon &icon : p_device_info->getIcons()) {
617617
char tmp[DLNA_MAX_URL_LEN];
618618
// const char* icon_path = url.buildPath(prefix, icon.icon_url);

0 commit comments

Comments
 (0)