summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManiac <a@hsjfdh.de>2012-09-03 21:52:35 +0200
committerManiac <a@hsjfdh.de>2012-09-03 21:52:35 +0200
commit213d9517d058098afa73641757579b7e4ec72513 (patch)
treea70191961509e9b9aac6d97b72e81ca9071e520e
parent195f048c6f939df71cd3b64e1638299b083decd2 (diff)
downloadvdr-plugin-skinpearlhd-213d9517d058098afa73641757579b7e4ec72513.tar.gz
vdr-plugin-skinpearlhd-213d9517d058098afa73641757579b7e4ec72513.tar.bz2
set epgimages default path to a more generic one (this is also the default path of the xmltv2vdr plugin)
-rw-r--r--pearlhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pearlhd.c b/pearlhd.c
index 7236190..117df58 100644
--- a/pearlhd.c
+++ b/pearlhd.c
@@ -1115,7 +1115,7 @@ void cSkinPearlHDDisplayMenu::SetEvent(const cEvent *Event)
epgPath << PearlHDConfig.EpgImagesDir;
else
{
- epgPath << cPlugin::ConfigDirectory() << "/tvm2vdr/epgimages";
+ epgPath << "/var/cache/vdr/epgimages";
}
epgPath << "/" << Event->EventID() << "." << logoFormat;