[qcineoob] graphical fixes
add 'genres' field to Movie object of ICapCinema
This commit is contained in:
parent
1c42b12ab6
commit
233c18b2e1
10 changed files with 338 additions and 69 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue