[qcineoob] graphical fixes

add 'genres' field to Movie object of ICapCinema
This commit is contained in:
Julien Veyssier 2013-03-18 01:40:39 +01:00
commit 233c18b2e1
10 changed files with 338 additions and 69 deletions

View file

@ -105,6 +105,7 @@ class ImdbBackend(BaseBackend, ICapCinema):
movie.country = mov.country
movie.note = mov.note
movie.roles = mov.roles
movie.genres = mov.genres
movie.short_description = mov.short_description
movie.thumbnail_url = mov.thumbnail_url