[subtitle] add cd number
This commit is contained in:
parent
9a9d399503
commit
27ef9ae477
3 changed files with 10 additions and 2 deletions
|
|
@ -32,7 +32,8 @@ class Subtitle(CapBaseObject):
|
|||
name = StringField('Name of subtitle')
|
||||
url = StringField('Direct url to subtitle file')
|
||||
fps = StringField('Framerate of corresponding video')
|
||||
description = StringField('Description of corresponding video')
|
||||
nb_cd = StringField('Number of cd')
|
||||
description=StringField('Description of corresponding video')
|
||||
|
||||
def __init__(self, id, name):
|
||||
CapBaseObject.__init__(self, id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue