diff options
Diffstat (limited to 'pyload/manager/thread/Decrypter.py')
-rw-r--r-- | pyload/manager/thread/Decrypter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/manager/thread/Decrypter.py b/pyload/manager/thread/Decrypter.py index 12806163c..308e94f10 100644 --- a/pyload/manager/thread/Decrypter.py +++ b/pyload/manager/thread/Decrypter.py @@ -33,9 +33,11 @@ class DecrypterThread(PluginThread): self.start() + def getActiveFiles(self): return [self.active] + def run(self): """run method""" |