diff options
-rw-r--r-- | imagecache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) {
|