diff --git a/plexpy/webserve.py b/plexpy/webserve.py index f0fe2bdf..d1c0ce97 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -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