[subtitle] add cd number

This commit is contained in:
Julien Veyssier 2013-02-22 13:54:16 +01:00
commit 27ef9ae477
3 changed files with 10 additions and 2 deletions

View file

@ -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)