From a1065a5fd0906aa7ed76786a8d4ea5cfd3af4925 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 25 Jan 2012 14:31:59 +0100 Subject: [PATCH] Update library only on adding movie --- couchpotato/core/plugins/movie/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/main.py b/couchpotato/core/plugins/movie/main.py index dd97536f..96b63bcd 100644 --- a/couchpotato/core/plugins/movie/main.py +++ b/couchpotato/core/plugins/movie/main.py @@ -213,7 +213,7 @@ class MoviePlugin(Plugin): profile_id = params.get('profile_id', default_profile.get('id')) ) db.add(m) - fireEvent('library.update', identifier = params.get('imdb_id'), default_title = params.get('title', '')) + fireEvent('library.update', params.get('identifier'), default_title = params.get('title', '')) elif force_readd: # Clean snatched history for release in m.releases: