From 083814b8a30c8eb3763707712d2d2e38e1d57ca5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Sep 2013 20:24:02 +0200 Subject: small bug fixes --- pyload/threads/InfoThread.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyload/threads') diff --git a/pyload/threads/InfoThread.py b/pyload/threads/InfoThread.py index b62596ad3..8aa5e2d24 100644 --- a/pyload/threads/InfoThread.py +++ b/pyload/threads/InfoThread.py @@ -65,7 +65,9 @@ class InfoThread(DecrypterThread): self.log.debug("Deprecated .getInfo() method on module level, use staticmethod instead") self.fetchForPlugin(plugin, urls, cb) - self.oc.done = True + if self.oc: + self.oc.done = True + self.names.clear() self.m.timestamp = time() + 5 * 60 -- cgit v1.2.3