Skip to content

Commit

Permalink
Merge branch 'XML_templates' of https://github.com/iBaa/PlexConnect i…
Browse files Browse the repository at this point in the history
…nto XML_templates
  • Loading branch information
roidy committed Jun 1, 2013
2 parents a9e3297 + 48e2bb6 commit e5c03bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLConverter.py
Expand Up @@ -725,7 +725,7 @@ def imageUrl(self, path, key, width, height):
elif key.startswith('http://'): # external address
res = key
else:
res = 'http://127.0.0.1:32000' + path + '/' + key
res = 'http://127.0.0.1:32400' + path + '/' + key

# This is bogus (note the extra path component) but ATV is stupid when it comes to caching images, it doesn't use querystrings.
# Fortunately PMS is lenient...
Expand Down

0 comments on commit e5c03bc

Please sign in to comment.