mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 08:35:32 +01:00
No longer tries to process albums that cannot be identified
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user