forked from 0x2620/pandora
typo
This commit is contained in:
parent
2ae9035a37
commit
05a30e162c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Annotation(models.Model):
|
|||
self.clip.save()
|
||||
|
||||
#editAnnotations needs to be in snyc
|
||||
if layer.get('type') == 'place' or layer.get('hasPlace'):
|
||||
if layer.get('type') == 'place' or layer.get('hasPlaces'):
|
||||
update_matching_places(self.id)
|
||||
if layer.get('type') == 'event' or layer.get('hasEvents'):
|
||||
update_matching_events(self.id)
|
||||
|
|
Loading…
Reference in a new issue