summaryrefslogtreecommitdiff
path: root/displaychannelview.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannelview.c')
-rw-r--r--displaychannelview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannelview.c b/displaychannelview.c
index daf8c71..34f1727 100644
--- a/displaychannelview.c
+++ b/displaychannelview.c
@@ -579,7 +579,7 @@ void cNopacityDisplayChannelView::DrawPoster(const cEvent *event, bool initial,
}
static cPlugin *pScraper = GetScraperPlugin();
- if (pScraper) {
+ if (pScraper && (config.GetValue("scraperInfo") == 1)) {
ScraperGetPosterBanner call;
call.event = event;
if (pScraper->Service("GetPosterBanner", &call)) {