forked from 0x2620/pandora
update app config (user.ui.part)
This commit is contained in:
parent
561cf3d6ff
commit
23dc18ce5e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def load_config():
|
|||
#add missing defaults
|
||||
for section in (
|
||||
'capabilities', 'cantPlay', 'itemName', 'media', 'posters',
|
||||
'site', 'tv', 'user.ui', 'user.ui.showFolder'
|
||||
'site', 'tv', 'user.ui', 'user.ui.part', 'user.ui.showFolder'
|
||||
):
|
||||
parts = map(lambda p: p.replace('\0', '\\.'), section.replace('\\.', '\0').split('.'))
|
||||
#print 'checking', section
|
||||
|
|
Loading…
Reference in a new issue