Allow play tagging in context of new meta-tasks.
This commit is contained in:
parent
ef23c42a3d
commit
08324cb5d7
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Task(object):
|
||||||
# normally.
|
# normally.
|
||||||
if 'meta' in ds:
|
if 'meta' in ds:
|
||||||
self.meta = ds['meta']
|
self.meta = ds['meta']
|
||||||
|
self.tags = []
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
self.meta = None
|
self.meta = None
|
||||||
|
|
Loading…
Reference in a new issue