move ext property from BaseAudio to BaseFile

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2013-12-21 14:00:58 +01:00 committed by Florent
commit b78badc606
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,6 @@ class BaseAudio(BaseFile):
"""
Represent an audio file
"""
ext = StringField('Audio file extension')
duration = Field('Audio file duration', int, long, timedelta)
bitrate = Field('Audio stream bit rate un Kbps', int)
format = StringField('Audio stream format')