forked from 0x2620/pandora
delay layer flag
This commit is contained in:
parent
798a56af73
commit
f8f500e8c6
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ class MetaClip:
|
|||
streams = self.item.streams()
|
||||
if streams:
|
||||
self.aspect_ratio = streams[0].aspect_ratio
|
||||
for l in self.layers:
|
||||
setattr(self, l, self.annotations.filter(layer=l).count()>0)
|
||||
if self.id:
|
||||
for l in self.layers:
|
||||
setattr(self, l, self.annotations.filter(layer=l).count()>0)
|
||||
models.Model.save(self, *args, **kwargs)
|
||||
|
||||
def json(self, keys=None):
|
||||
|
|
Loading…
Reference in a new issue