Skip to content

Commit

Permalink
rottentomatoes thumb quality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Feb 27, 2015
1 parent f525f83 commit ba40db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/RottenTomatoes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def GetRottenTomatoesMovies(movietype):
imdbid = str(item["alternate_ids"]["imdb"])
else:
imdbid = ""
poster = item["posters"]["original"].replace("tmb", "ori")
poster = "http://" + item["posters"]["original"].replace("tmb", "ori")[64:]
if addon.getSetting("infodialog_onclick") != "false":
path = 'plugin://script.extendedinfo/?info=extendedinfo&&imdbid=%s' % imdbid
else:
Expand Down

0 comments on commit ba40db9

Please sign in to comment.