mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix Live TV artwork on activity card
This commit is contained in:
parent
ca55900d40
commit
d0cd2672dd
4 changed files with 12 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue