Manage setting instead of getting folders. fix #1307
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user