mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
Revert "try to fix reloadchannels segfault with alternate_logos"
This reverts commit 7234761098
.
This commit is contained in:
@@ -624,7 +624,7 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C
|
||||
e2filename2[0] = '\0';
|
||||
|
||||
CZapitChannel * cc = NULL;
|
||||
if (name.compare("alternate_logos") != 0 && ChannelID && CNeutrinoApp::getInstance()->channelList)
|
||||
if (ChannelID && CNeutrinoApp::getInstance()->channelList)
|
||||
cc = CNeutrinoApp::getInstance()->channelList->getChannel(ChannelID);
|
||||
|
||||
if (cc)
|
||||
|
Reference in New Issue
Block a user