mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add new Live TV art fallback for info page
This commit is contained in:
parent
2c45de1fe5
commit
22a6bae4cf
5 changed files with 9 additions and 6 deletions
|
@ -4072,7 +4072,7 @@ class WebInterface(object):
|
|||
return_hash = (kwargs.get('return_hash') == 'true')
|
||||
|
||||
if rating_key and not img:
|
||||
if fallback in ('art', 'art-live'):
|
||||
if fallback and fallback.startswith('art'):
|
||||
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