From cb92b00534b5cdbffe40b159aada34ac6832b00e Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 24 Jan 2013 23:33:48 +0100 Subject: [PATCH] Manage setting instead of getting folders. fix #1307 --- couchpotato/core/plugins/manage/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/manage/main.py b/couchpotato/core/plugins/manage/main.py index 9ef2a9c..f80b80a 100644 --- a/couchpotato/core/plugins/manage/main.py +++ b/couchpotato/core/plugins/manage/main.py @@ -198,7 +198,7 @@ class Manage(Plugin): def directories(self): try: - if self.conf('library', '').strip(): + if self.conf('library', default = '').strip(): return splitString(self.conf('library', default = ''), '::') except: pass