osd-setup: allow to enable/disable event logos

Origin commit data
------------------
Commit: 7115402334
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)

Origin message was:
------------------
- osd-setup: allow to enable/disable event logos
This commit is contained in:
vanhofen
2018-12-25 01:12:16 +01:00
parent 39f1e56cd2
commit d1b7cd74da
9 changed files with 32 additions and 1 deletions

View File

@@ -538,6 +538,8 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C
// create eventname for eventlogos; Note: We don't process channellogos if any eventlogo was found.
std::string EventName = "";
int mode = CNeutrinoApp::getInstance()->getMode();
if (!g_settings.channellist_show_eventlogo)
enable_event_logo = false;
if (enable_event_logo && (ChannelID || mode == NeutrinoModes::mode_ts))
{
// TODO: fix eventlogo in moviebrowser