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(),
|
'id': self.get_id(),
|
||||||
'index': self.index,
|
'index': self.index,
|
||||||
'volume': self.volume,
|
'volume': self.volume,
|
||||||
|
'hue': self.hue,
|
||||||
|
'saturation': self.saturation,
|
||||||
|
'lightness': self.lightness,
|
||||||
}
|
}
|
||||||
if self.annotation:
|
if self.annotation:
|
||||||
data['annotation'] = self.annotation.public_id
|
data['annotation'] = self.annotation.public_id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue