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:
TangoCash
2018-09-24 21:19:37 +02:00
committed by vanhofen
parent dadcff9c4e
commit 89dc11525a
2 changed files with 2 additions and 1 deletions

View File

@@ -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())
{