Skip to content

Commit

Permalink
Add overview to Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenKudu committed Jun 29, 2013
1 parent 3e48760 commit a0d6348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmdb3/tmdb_api.py
Expand Up @@ -656,6 +656,7 @@ class Collection( NameRepr, Element ):
poster = Datapoint('poster_path', handler=Poster, \
raw=False, default=None)
members = Datalist('parts', handler=Movie)
overview = Datapoint('overview')

def _populate(self):
return Request('collection/{0}'.format(self.id), \
Expand Down

0 comments on commit a0d6348

Please sign in to comment.