remove list()

Esse commit está contido em:
np1
2015-02-24 16:04:32 +11:00
commit 5865999ca8
+1 -1
Ver Arquivo
@@ -3043,7 +3043,7 @@ def songlist_rm_add(action, songrange):
g.message = F('added to pl') % (len(selection), g.active.size, d)
elif action == "rm":
selection = list(sorted(set(selection), reverse=True))
selection = sorted(set(selection), reverse=True)
removed = uni(tuple(reversed(selection))).replace(",", "")
for x in selection: