fix infoviewer

Origin commit data
------------------
Commit: 3eb09d615b
Author: TangoCash <eric@loxat.de>
Date: 2018-09-09 (Sun, 09 Sep 2018)
This commit is contained in:
TangoCash
2018-09-09 17:11:46 +02:00
committed by vanhofen
parent 3b225d8961
commit 0b0ce4843d

View File

@@ -664,6 +664,8 @@ bool CPictureViewer::GetLogoName(const uint64_t& channel_id, const std::string&
{
std::string lname = dlTmpName(cc->getAlternateLogo());
name = lname;
if(width && height)
getSize(lname.c_str(), width, height);
cc->setAlternateLogo(lname);
return true;
}