From 0da7aeb18e0368d7c38da221573c21b35fb60169 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 22 Dec 2013 00:48:21 +0100 Subject: [PATCH] Fixed a bug during channel logo loading --- imagecache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/imagecache.c b/imagecache.c index 6432627..9196955 100644 --- a/imagecache.c +++ b/imagecache.c @@ -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) {