mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
webtv: fix segfault while reload
Origin commit data
------------------
Commit: 685c42ad90
Author: TangoCash <eric@loxat.de>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Origin message was:
------------------
-webtv: fix segfault while reload
This commit is contained in:
@@ -660,7 +660,7 @@ bool CPictureViewer::GetLogoName(const uint64_t& channel_id, const std::string&
|
||||
}
|
||||
}
|
||||
|
||||
if (cc)
|
||||
if (cc && (name.compare("m3u_loading_logos") != 0))
|
||||
{
|
||||
if (!cc->getAlternateLogo().empty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user