mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	fixed a bug loading separatorlogos
This commit is contained in:
		| @@ -154,7 +154,7 @@ bool cImageCache::LogoExists(string channelID) { | ||||
| } | ||||
|  | ||||
| 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 logoExt = *config.logoExtension; | ||||
|     bool logoExists = FileExists(separatorPath, nameLower, logoExt); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user