mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
-webtv: fix segfault while reload
Signed-off-by: Thilo Graf <dbt@novatux.de>
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