From 91bae8c1b5a1f998160663e9394bbe9bb9455f46 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 25 May 2012 16:11:54 +0200 Subject: [PATCH] Don't search twice. --- couchpotato/core/plugins/movie/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/movie/main.py b/couchpotato/core/plugins/movie/main.py index 70ee39a5..f8415d1e 100644 --- a/couchpotato/core/plugins/movie/main.py +++ b/couchpotato/core/plugins/movie/main.py @@ -302,6 +302,7 @@ class MoviePlugin(Plugin): onComplete = self.createOnComplete(m.id) fireEventAsync('library.update', params.get('identifier'), default_title = params.get('title', ''), on_complete = onComplete) + do_search = False elif force_readd: # Clean snatched history for release in m.releases: