Allow play tagging in context of new meta-tasks.
parent
ef23c42a3d
commit
08324cb5d7
|
@ -48,6 +48,7 @@ class Task(object):
|
|||
# normally.
|
||||
if 'meta' in ds:
|
||||
self.meta = ds['meta']
|
||||
self.tags = []
|
||||
return
|
||||
else:
|
||||
self.meta = None
|
||||
|
|
Loading…
Reference in New Issue