From 4c43b6539e5672d006cf16f36d2a149a3937eec8 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sat, 22 Dec 2012 01:20:29 -0800 Subject: [PATCH] Update headphones/postprocessor.py typo when checking download kind during forced post-processing --- headphones/postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 853ed3fa..ba6b17dd 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -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