mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue