variable not assigned

thanks ipsec
This commit is contained in:
Ruud
2012-05-27 22:39:23 +02:00
parent ac96b33611
commit a8095d5d42
+1
View File
@@ -290,6 +290,7 @@ class MoviePlugin(Plugin):
db = get_session()
m = db.query(Movie).filter_by(library_id = library.get('id')).first()
added = True
do_search = False
if not m:
m = Movie(
library_id = library.get('id'),