Private GIT

Skip to content
Snippets Groups Projects
Commit a8235800 authored by miigotu's avatar miigotu
Browse files

Merge pull request #419 from SickRage/bugfix-165

doh, appending a list to a list after chaining
parents 3b1ea1eb 3b81de91
Branches
Tags
No related merge requests found
......@@ -181,7 +181,7 @@ class GenericProvider(object): # pylint: disable=too-many-instance-attributes
items[quality].append(item)
items_list = list(chain(*[v for (_, v) in sorted(items.iteritems(), reverse=True)]))
items_list.append(unknown_items)
items_list += unknown_items
cl = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment