fix infoviewer

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3eb09d615b
Author: TangoCash <eric@loxat.de>
Date: 2018-09-09 (Sun, 09 Sep 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-09-09 17:11:46 +02:00
committed by vanhofen
parent f2f48b2f8d
commit 9101d9bc6c

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