diff options
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py index 8af66d5ed..232f2b7ea 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -127,7 +127,7 @@ class File_List(object): for thread_list only """ files = [] - for pypack in self.data["queue"] + self.data["packages"]: + for pypack in self.data["queue"]: for pyfile in pypack.files: if pyfile.status.type == None and pyfile.plugin.props['type'] == "container" and not pyfile.active: files.append(pyfile) |