From b3e5626b9644b0cb88b4768c0c0c4561788a8a6e Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 5 Jul 2021 14:48:42 +0200 Subject: Add "Use scraper infos and pictures" to setup With this menu item, the use of scraper information and images can be switched off centrally. --- menuitem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuitem.c') diff --git a/menuitem.c b/menuitem.c index 6c514c1..274d5c6 100644 --- a/menuitem.c +++ b/menuitem.c @@ -1203,7 +1203,7 @@ void cNopacityRecordingMenuItem::SetPoster(void) { manualPosterPath = posterFound; //no manually set poster found, check scraper static cPlugin *pScraper = GetScraperPlugin(); - if (pScraper) { + if (pScraper && (config.GetValue("scraperInfo") == 1)) { thumb.event = NULL; thumb.recording = Recording; if (pScraper->Service("GetPosterThumb", &thumb)) { -- cgit v1.2.3