summaryrefslogtreecommitdiff
path: root/src/infofile.cpp
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2014-09-10 13:50:41 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2014-09-10 13:50:41 +0200
commit2d547200175bcaefcbca0862f8e0395e42c96224 (patch)
treed2d8508074c5035a8c5af248e147655cdeb0a1cb /src/infofile.cpp
parent02af8398ac9a1089a7fe9efda615a771e1c13637 (diff)
Imported Upstream version 14.9.0
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