Fix Live TV artwork on activity card
This commit is contained in:
@@ -4053,7 +4053,7 @@ class WebInterface(object):
|
||||
return_hash = (kwargs.get('return_hash') == 'true')
|
||||
|
||||
if rating_key and not img:
|
||||
if fallback == 'art':
|
||||
if fallback in ('art', 'art-live'):
|
||||
img = '/library/metadata/{}/art'.format(rating_key)
|
||||
else:
|
||||
img = '/library/metadata/{}/thumb'.format(rating_key)
|
||||
|
Reference in New Issue
Block a user