Update headphones/postprocessor.py

typo when checking download kind during forced post-processing
This commit is contained in:
rembo10
2012-12-22 01:20:29 -08:00
parent 307a564ad5
commit 4c43b6539e

View File

@@ -842,7 +842,7 @@ def forcePostProcess():
snatched = myDB.action('SELECT AlbumID, Title, Kind from snatched WHERE FolderName LIKE ?', [folder_basename]).fetchone()
if snatched:
logger.info('Found a match in the database: %s. Verifying to make sure it is the correct album' % snatched['Title'])
verify(snatched['AlbumID'], folder, Snatched['Kind'])
verify(snatched['AlbumID'], folder, snatched['Kind'])
continue
# Try to parse the folder name into a valid format