From 3ae04828b184e19b52b44dbcada0f1151c616a9d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 8 Jul 2013 12:44:30 +0000 Subject: [PATCH] add posters key to auto populate 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 524a9f6a..f20e4860 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -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('.'))