From 37e23c2a919a7bb9c89e889a738f0079770c5ef2 Mon Sep 17 00:00:00 2001 From: Remy Date: Wed, 27 Jul 2011 02:52:31 -0700 Subject: [PATCH] No longer tries to process albums that cannot be identified --- headphones/postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index eb6338a5..1bb41132 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -12,7 +12,7 @@ from headphones import db, albumart, logger, helpers def checkFolder(): myDB = db.DBConnection() - snatched = myDB.select('SELECT * from snatched WHERE Status="Snatched" or Status="Unprocessed"') + snatched = myDB.select('SELECT * from snatched WHERE Status="Snatched"') for album in snatched: