move ext property from BaseAudio to BaseFile
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3fa2a8ba8f
commit
b78badc606
2 changed files with 1 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ class BaseFile(CapBaseObject):
|
|||
"""
|
||||
title = StringField('File title')
|
||||
url = StringField('File URL')
|
||||
ext = StringField('File extension')
|
||||
author = StringField('File author')
|
||||
description = StringField('File description')
|
||||
date = DateField('File publication date')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue