Fixed a bug during channel logo loading

This commit is contained in:
louis 2013-12-22 00:48:21 +01:00
parent 4c61104675
commit 0da7aeb18e
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ bool cImageCache::LoadLogo(const cChannel *channel) {
if (success)
return true;
success = LoadImage(logoLower.c_str(), *tvguideConfig.logoPath, *extension);
return success;
}
void cImageCache::InsertIntoLogoCache(std::string channelID) {