This commit is contained in:
Ruud
2012-05-06 18:32:05 +02:00
parent ca68b80404
commit c21f283454
+1 -1
View File
@@ -68,7 +68,7 @@ class Searcher(Plugin):
done_status = fireEvent('status.get', 'done', single = True)
if not movie['profile'] or movie['status_id'] == done_status.get('id'):
log.debug('Movie does\'nt have a profile or already done, assuming in manage tab.')
log.debug('Movie doesn\'t have a profile or already done, assuming in manage tab.')
return
db = get_session()