From 20de7ae5b13b8ad771c85b8699f53e70c0f60aa8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 6 May 2014 19:00:27 +0200 Subject: [PATCH] add languages, language to list of mendatory config sections --- pandora/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/app/config.py b/pandora/app/config.py index b7709452..44727cca 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -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