From 23dc18ce5e4400846316890f942afb43dc55cd27 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 11 Jul 2013 18:01:01 +0000 Subject: [PATCH] update app config (user.ui.part) --- 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 f20e4860..0e22156d 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -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