Fix live tv thumb and art for top libraries statistics card

This commit is contained in:
JonnyWong16 2023-04-13 14:48:19 -07:00
parent fa8b51bfd9
commit 2921c1fc30
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 6 additions and 3 deletions

View file

@ -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']