mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
@@ -664,6 +664,8 @@ bool CPictureViewer::GetLogoName(const uint64_t& channel_id, const std::string&
|
|||||||
{
|
{
|
||||||
std::string lname = dlTmpName(cc->getAlternateLogo());
|
std::string lname = dlTmpName(cc->getAlternateLogo());
|
||||||
name = lname;
|
name = lname;
|
||||||
|
if(width && height)
|
||||||
|
getSize(lname.c_str(), width, height);
|
||||||
cc->setAlternateLogo(lname);
|
cc->setAlternateLogo(lname);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user