mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 19:40:08 -07:00
Fix live tv thumb and art for top libraries statistics card
This commit is contained in:
parent
fa8b51bfd9
commit
2921c1fc30
3 changed files with 6 additions and 3 deletions
|
@ -743,6 +743,8 @@ class DataFactory(object):
|
|||
|
||||
if item['custom_art'] and item['custom_art'] != item['library_art']:
|
||||
library_art = item['custom_art']
|
||||
elif item['library_art'] == common.DEFAULT_LIVE_TV_ART_FULL:
|
||||
library_art = common.DEFAULT_LIVE_TV_ART
|
||||
else:
|
||||
library_art = item['library_art']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue