aspectratio
This commit is contained in:
parent
b7e03c0f14
commit
2a7fa3e4e8
3 changed files with 4 additions and 4 deletions
|
|
@ -500,7 +500,7 @@ class Stream(models.Model):
|
|||
def json(self):
|
||||
return {
|
||||
'duration': self.duration,
|
||||
'aspectRatio': self.aspect_ratio,
|
||||
'aspectratio': self.aspect_ratio,
|
||||
}
|
||||
|
||||
def delete_stream(sender, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue