Manage setting instead of getting folders. fix #1307

This commit is contained in:
Ruud
2013-01-24 23:33:48 +01:00
parent 7d3780133f
commit cb92b00534
+1 -1
View File
@@ -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