From 48e2bb6aa08e25a0881a9d7ee10def991b7a4c3b Mon Sep 17 00:00:00 2001 From: iBaa Date: Sat, 1 Jun 2013 21:19:15 +0200 Subject: [PATCH] fix: IMAGEURL - typo: got the wrong port. This re-enables iPhoto plugin. --- XMLConverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMLConverter.py b/XMLConverter.py index a329c2285..976568e00 100755 --- a/XMLConverter.py +++ b/XMLConverter.py @@ -714,7 +714,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...