summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--geometrymanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometrymanager.c b/geometrymanager.c
index 4dc5c6b..aca3007 100644
--- a/geometrymanager.c
+++ b/geometrymanager.c
@@ -109,7 +109,7 @@ void cGeometryManager::SetGeometry(void) {
channelHeight = osdHeight * config.GetValue("channelHeight") / 100;
channelTop = osdHeight - channelHeight - config.GetValue("channelBorderBottom");
- if (!config.GetValue("displayPoster")) {
+ if (!(config.GetValue("scraperInfo") && config.GetValue("displayPoster"))) {
channelOsdLeft += channelX;
channelOsdTop += channelTop;
channelOsdWidth = channelWidth;