forked from 0x2620/pandora
add languages, language to list of mendatory config sections
This commit is contained in:
parent
f21d2e6236
commit
20de7ae5b1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def load_config():
|
|||
for section in (
|
||||
'capabilities', 'cantPlay', 'itemName', 'media', 'posters',
|
||||
'site', 'tv', 'user.ui', 'user.ui.part', 'user.ui.showFolder',
|
||||
'menuExtras'
|
||||
'menuExtras', 'languages', 'language'
|
||||
):
|
||||
parts = map(lambda p: p.replace('\0', '\\.'), section.replace('\\.', '\0').split('.'))
|
||||
#print 'checking', section
|
||||
|
|
Loading…
Reference in a new issue