add posters key to auto populate sections
This commit is contained in:
parent
78ca48f85a
commit
3ae04828b1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def load_config():
|
|||
|
||||
#add missing defaults
|
||||
for section in (
|
||||
'capabilities', 'cantPlay', 'itemName', 'media',
|
||||
'capabilities', 'cantPlay', 'itemName', 'media', 'posters',
|
||||
'site', 'tv', 'user.ui', 'user.ui.showFolder'
|
||||
):
|
||||
parts = map(lambda p: p.replace('\0', '\\.'), section.replace('\\.', '\0').split('.'))
|
||||
|
|
Loading…
Reference in a new issue