Fix categories error

This commit is contained in:
mano3m
2013-10-20 13:24:01 +02:00
parent 4bfb5c6397
commit 579c1fa53c
+1 -1
View File
@@ -94,7 +94,7 @@ class Renamer(Plugin):
# Get all folders that should not be processed
no_process = [self.conf('to')]
cat_list = fireEvent('category.all')
cat_list = fireEvent('category.all', single = True) or []
no_process.extend([item['destination'] for item in cat_list])
try:
if Env.setting('library', section = 'manage').strip():