expose audio channels
This commit is contained in:
parent
64bffba5f5
commit
ab2949f815
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ class File(models.Model):
|
||||||
'path': self.path,
|
'path': self.path,
|
||||||
'resolution': resolution,
|
'resolution': resolution,
|
||||||
'samplerate': self.samplerate,
|
'samplerate': self.samplerate,
|
||||||
|
'channels': self.channels,
|
||||||
'selected': self.selected,
|
'selected': self.selected,
|
||||||
'size': self.size,
|
'size': self.size,
|
||||||
'type': self.type,
|
'type': self.type,
|
||||||
|
|
Loading…
Reference in a new issue