diff options
Diffstat (limited to 'pyload/threads/InfoThread.py')
-rw-r--r-- | pyload/threads/InfoThread.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/threads/InfoThread.py b/pyload/threads/InfoThread.py index 272fe9816..1ff68fb45 100644 --- a/pyload/threads/InfoThread.py +++ b/pyload/threads/InfoThread.py @@ -22,6 +22,8 @@ class InfoThread(DecrypterThread): # urls that already have a package name self.names = {} + self.progress = None + self.m.addThread(self) self.start() |