aspectratio

This commit is contained in:
j 2011-10-29 01:27:44 +02:00
commit 2a7fa3e4e8
3 changed files with 4 additions and 4 deletions

View file

@ -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):