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,
|
||||
'resolution': resolution,
|
||||
'samplerate': self.samplerate,
|
||||
'channels': self.channels,
|
||||
'selected': self.selected,
|
||||
'size': self.size,
|
||||
'type': self.type,
|
||||
|
|
Loading…
Reference in a new issue