Skip to content

Commit

Permalink
Merge pull request jamorin#13 from some-guy-23/patch-2
Browse files Browse the repository at this point in the history
Fixed image URL for Series List
  • Loading branch information
jamorin committed Feb 4, 2016
2 parents f144d2e + 8121144 commit 03025e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def series():
summary=summary)
for coverType in s["images"]:
if coverType["coverType"] == "poster":
do.thumb = Callback(get_thumb, url=endpoint + coverType["url"])
do.thumb = Callback(get_thumb, url=apiUrl + coverType["url"] + "&apikey=" + Prefs["apiKey"])
break
oc.add(do)
return oc
Expand Down

0 comments on commit 03025e5

Please sign in to comment.