Add default thumb and art to Live TV library

This commit is contained in:
JonnyWong16
2020-09-26 18:32:13 -07:00
parent bfa4d3dfec
commit ccf0e0dae7
4 changed files with 20 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ def add_live_tv_library(refresh=False):
'section_id': common.LIVE_TV_SECTION_ID,
'section_name': common.LIVE_TV_SECTION_NAME,
'section_type': 'live',
'thumb': common.DEFAULT_LIVE_TV_THUMB,
'art': common.DEFAULT_LIVE_TV_ART_FULL,
'is_active': 1
}