include clip details in edit
This commit is contained in:
parent
194b286e30
commit
c879d49d84
1 changed files with 3 additions and 0 deletions
|
@ -495,6 +495,9 @@ class Clip(models.Model):
|
|||
'id': self.get_id(),
|
||||
'index': self.index,
|
||||
'volume': self.volume,
|
||||
'hue': self.hue,
|
||||
'saturation': self.saturation,
|
||||
'lightness': self.lightness,
|
||||
}
|
||||
if self.annotation:
|
||||
data['annotation'] = self.annotation.public_id
|
||||
|
|
Loading…
Add table
Reference in a new issue