mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Revert pms image proxy to use 127.0.0.1
This commit is contained in:
parent
5fb16edf43
commit
407e2ae481
1 changed files with 1 additions and 1 deletions
|
@ -1904,7 +1904,7 @@ class PmsConnect(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if img:
|
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():
|
if width.isdigit() and height.isdigit():
|
||||||
params['width'] = width
|
params['width'] = width
|
||||||
params['height'] = height
|
params['height'] = height
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue