parent
d8a81c488e
commit
86d2ee4b97
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ class Play(object):
|
|||
|
||||
for x in results:
|
||||
if self.tags is not None:
|
||||
self.tags = list(set(self.tags).union(set(x.tags)))
|
||||
x.tags.extend(self.tags)
|
||||
|
||||
return results
|
||||
|
|
Loading…
Reference in a new issue