]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip server: add icon files, fixes #5268
authorJaroslav Kysela <perex@perex.cz>
Mon, 21 Jan 2019 14:18:03 +0000 (15:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 21 Jan 2019 14:25:25 +0000 (15:25 +0100)
src/satip/server.c
src/webui/static/img/satip-icon120.jpg [new file with mode: 0644]
src/webui/static/img/satip-icon120.png [new file with mode: 0644]
src/webui/static/img/satip-icon40.jpg [new file with mode: 0644]
src/webui/static/img/satip-icon40.png [new file with mode: 0644]

index 7aa1f556c91c7d02dc3daee659fc66d3a1cf3211..63baf43839ff82dacf34587c7c3faa206d733708 100644 (file)
@@ -81,28 +81,28 @@ satip_server_http_xml(http_connection_t *hc)
 <width>40</width>\n\
 <height>40</height>\n\
 <depth>16</depth>\n\
-<url>http://%s:%d/static/satip-icon40.png</url>\n\
+<url>http://%s:%d/static/img/satip-icon40.png</url>\n\
 </icon>\n\
 <icon>\n\
 <mimetype>image/jpeg</mimetype>\n\
 <width>40</width>\n\
 <height>40</height>\n\
 <depth>16</depth>\n\
-<url>http://%s:%d/static/satip-icon40.jpg</url>\n\
+<url>http://%s:%d/static/img/satip-icon40.jpg</url>\n\
 </icon>\n\
 <icon>\n\
 <mimetype>image/png</mimetype>\n\
 <width>120</width>\n\
 <height>120</height>\n\
 <depth>16</depth>\n\
-<url>http://%s:%d/static/satip-icon120.png</url>\n\
+<url>http://%s:%d/static/img/satip-icon120.png</url>\n\
 </icon>\n\
 <icon>\n\
 <mimetype>image/jpeg</mimetype>\n\
 <width>120</width>\n\
 <height>120</height>\n\
 <depth>16</depth>\n\
-<url>http://%s:%d/static/satip-icon120.jpg</url>\n\
+<url>http://%s:%d/static/img/satip-icon120.jpg</url>\n\
 </icon>\n\
 </iconList>\n\
 <presentationURL>http://%s:%d</presentationURL>\n\
diff --git a/src/webui/static/img/satip-icon120.jpg b/src/webui/static/img/satip-icon120.jpg
new file mode 100644 (file)
index 0000000..fa0d053
Binary files /dev/null and b/src/webui/static/img/satip-icon120.jpg differ
diff --git a/src/webui/static/img/satip-icon120.png b/src/webui/static/img/satip-icon120.png
new file mode 100644 (file)
index 0000000..8407cb1
Binary files /dev/null and b/src/webui/static/img/satip-icon120.png differ
diff --git a/src/webui/static/img/satip-icon40.jpg b/src/webui/static/img/satip-icon40.jpg
new file mode 100644 (file)
index 0000000..32f6ad1
Binary files /dev/null and b/src/webui/static/img/satip-icon40.jpg differ
diff --git a/src/webui/static/img/satip-icon40.png b/src/webui/static/img/satip-icon40.png
new file mode 100644 (file)
index 0000000..200d50c
Binary files /dev/null and b/src/webui/static/img/satip-icon40.png differ