mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed a bug loading separatorlogos
This commit is contained in:
parent
71aed6f5cf
commit
2e4a9b86ed
@ -154,7 +154,7 @@ bool cImageCache::LogoExists(string channelID) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool cImageCache::SeparatorLogoExists(string name) {
|
bool cImageCache::SeparatorLogoExists(string name) {
|
||||||
string separatorPath = *cString::sprintf("%s%s/logos/separatorlogos/", *config.skinPath, Setup.OSDTheme);
|
string separatorPath = *cString::sprintf("%sseparatorlogos/", logoPath.c_str());
|
||||||
string nameLower = StrToLowerCase(name.c_str());
|
string nameLower = StrToLowerCase(name.c_str());
|
||||||
string logoExt = *config.logoExtension;
|
string logoExt = *config.logoExtension;
|
||||||
bool logoExists = FileExists(separatorPath, nameLower, logoExt);
|
bool logoExists = FileExists(separatorPath, nameLower, logoExt);
|
||||||
|
Loading…
Reference in New Issue
Block a user