Revert pms image proxy to use 127.0.0.1

This commit is contained in:
JonnyWong16 2016-05-25 21:27:43 -07:00
parent 5fb16edf43
commit 407e2ae481

View file

@ -1904,7 +1904,7 @@ class PmsConnect(object):
"""
if img:
params = {'url': plexpy.CONFIG.PMS_URL + img}
params = {'url': 'http://127.0.0.1:32400%s' % img}
if width.isdigit() and height.isdigit():
params['width'] = width
params['height'] = height