summaryrefslogtreecommitdiff
path: root/src/infofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/infofile.cpp')
-rw-r--r--src/infofile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infofile.cpp b/src/infofile.cpp
index 3bcc6c1..6ba1647 100644
--- a/src/infofile.cpp
+++ b/src/infofile.cpp
@@ -53,6 +53,7 @@ QString InfoFile::getInfo(MediaData md) {
#endif
default : icon = "type_unknown.png";
}
+ icon = icon.replace(".png", ""); // FIXME
icon = "<img src=\"" + Images::file(icon) + "\"> ";
#ifdef BLURAY_SUPPORT