mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
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:
@@ -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