diff options
Diffstat (limited to 'textwindow.c')
-rw-r--r-- | textwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textwindow.c b/textwindow.c index 0849305..4427d94 100644 --- a/textwindow.c +++ b/textwindow.c @@ -85,7 +85,7 @@ void cNopacityTextWindow::SetPoster(const cEvent *event, const cRecording *recor posterHeight = 0; posterWidth = 0; static cPlugin *pScraper = GetScraperPlugin(); - if (pScraper) { + if (pScraper && (config.GetValue("scraperInfo") == 1)) { posterScraper2Vdr.event = event; posterScraper2Vdr.recording = recording; if (pScraper->Service("GetPoster", &posterScraper2Vdr)) { |