Don't search for done movies
This commit is contained in:
@@ -65,8 +65,10 @@ class Searcher(Plugin):
|
||||
|
||||
def single(self, movie):
|
||||
|
||||
if not movie['profile']:
|
||||
log.debug('Movie does\'nt have a profile, assuming in manage tab.')
|
||||
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.')
|
||||
return
|
||||
|
||||
db = get_session()
|
||||
|
||||
Reference in New Issue
Block a user