1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

UPnP icons

changed mimetype from image/jpg to image/jpeg
moved icon references to www path (not for DMS yet)
This commit is contained in:
mvoelkel
2015-12-07 14:40:25 +01:00
parent 3ed3576728
commit e8e203c014
6 changed files with 13 additions and 13 deletions

View File

@@ -22,28 +22,28 @@
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>icons/dd-120.png</url>
<url>/icons/dd-120.png</url>
</icon>
<icon>
<mimetype>image/jpg</mimetype>
<mimetype>image/jpeg</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>icons/dd-120.jpg</url>
<url>/icons/dd-120.jpg</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>icons/dd-48.png</url>
<url>/icons/dd-48.png</url>
</icon>
<icon>
<mimetype>image/jpg</mimetype>
<mimetype>image/jpeg</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>icons/dd-48.jpg</url>
<url>/icons/dd-48.jpg</url>
</icon>
</iconList>
<serviceList>

View File

View File

View File

View File