Skip to content

Commit

Permalink
Update Logo() class with proper image sizes from Configuration().
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Apr 1, 2012
1 parent 2e4bc64 commit 2198d9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmdb3/tmdb_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ def sizes(self):
return Configuration.images['profile_sizes']
class Logo( Image ):
def sizes(self):
# FIXME: documentation does not list available sizes
return ['original']
return Configuration.images['logo_sizes']

class AlternateTitle( Element ):
country = Datapoint('iso_3166_1')
Expand Down

0 comments on commit 2198d9e

Please sign in to comment.