fix infoviewer

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
TangoCash
2018-09-09 17:11:46 +02:00
committed by Thilo Graf
parent 77230a0b90
commit 360a70da28

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;
}