No longer tries to process albums that cannot be identified

This commit is contained in:
Remy
2011-07-27 02:52:31 -07:00
parent b8685ee13a
commit 37e23c2a91

View File

@@ -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: