[cineoob] new field thumbnail_url

This commit is contained in:
Julien Veyssier 2013-03-11 13:53:22 +01:00
commit 7a917e879c
2 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@ class Movie(CapBaseObject):
country = StringField('Origin country of the movie')
note = StringField('Notation of the movie')
roles = Field('Lists of Persons related to the movie indexed by roles',dict)
thumbnail_url = StringField('Url of movie thumbnail')
def __init__(self, id, original_title):
CapBaseObject.__init__(self, id)