diff options
author | Maniac <a@hsjfdh.de> | 2012-09-03 21:52:35 +0200 |
---|---|---|
committer | Maniac <a@hsjfdh.de> | 2012-09-03 21:52:35 +0200 |
commit | 213d9517d058098afa73641757579b7e4ec72513 (patch) | |
tree | a70191961509e9b9aac6d97b72e81ca9071e520e | |
parent | 195f048c6f939df71cd3b64e1638299b083decd2 (diff) | |
download | vdr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |