mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Fix pms_image_proxy with http images
This commit is contained in:
parent
bd2517e190
commit
4c47501687
1 changed files with 1 additions and 1 deletions
|
@ -4665,7 +4665,7 @@ class WebInterface(object):
|
|||
else:
|
||||
img = '/library/metadata/{}/thumb'.format(rating_key)
|
||||
|
||||
if img:
|
||||
if img and not img.startswith('http'):
|
||||
parts = 5
|
||||
if img.startswith('/playlists'):
|
||||
parts -= 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue