Fix pms_image_proxy with http images

This commit is contained in:
JonnyWong16 2021-03-14 14:27:33 -07:00
parent bd2517e190
commit 4c47501687
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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