mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Add default thumb and art to Live TV library
This commit is contained in:
parent
bfa4d3dfec
commit
ccf0e0dae7
4 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue