From 25c8bf44b431a4b57d2c628a764e2a4c72930337 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Mon, 15 Aug 2011 16:46:03 +0200 Subject: [PATCH] imdb: fix stars image width (was set to 250 though image is only 210px) --- imdb/src/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imdb/src/plugin.py b/imdb/src/plugin.py index 86370bcb..38fb671b 100644 --- a/imdb/src/plugin.py +++ b/imdb/src/plugin.py @@ -126,8 +126,8 @@ class IMDB(Screen): - - + + """ def __init__(self, session, eventName, callbackNeeded=False): -- 2.20.1