mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Fixed a bug during channel logo loading
This commit is contained in:
parent
4c61104675
commit
0da7aeb18e
@ -542,6 +542,7 @@ bool cImageCache::LoadLogo(const cChannel *channel) {
|
|||||||
if (success)
|
if (success)
|
||||||
return true;
|
return true;
|
||||||
success = LoadImage(logoLower.c_str(), *tvguideConfig.logoPath, *extension);
|
success = LoadImage(logoLower.c_str(), *tvguideConfig.logoPath, *extension);
|
||||||
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cImageCache::InsertIntoLogoCache(std::string channelID) {
|
void cImageCache::InsertIntoLogoCache(std::string channelID) {
|
||||||
|
Loading…
Reference in New Issue
Block a user