diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/thread_list.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/thread_list.py b/module/thread_list.py index 7031b166e..4cd1f1978 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -88,11 +88,11 @@ class Thread_List(object): if not pyfile.plugin.multi_dl: self.occ_plugins.remove(pyfile.modul.__name__) - + self.py_downloading.remove(pyfile) self.parent.logger.info('finished downloading ' + pyfile.url + ' @'+str(pyfile.status.get_speed())+'kb/s') - if pyfile.plugin.plugin_type == "container": + if pyfile.plugin.plugin_config['type'] == "container": self.parent.extend_links(pyfile.plugin.links) #remove from list, logging etc |