mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 17:04:01 +01:00
Update headphones/postprocessor.py
typo when checking download kind during forced post-processing
This commit is contained in:
@@ -842,7 +842,7 @@ def forcePostProcess():
|
|||||||
snatched = myDB.action('SELECT AlbumID, Title, Kind from snatched WHERE FolderName LIKE ?', [folder_basename]).fetchone()
|
snatched = myDB.action('SELECT AlbumID, Title, Kind from snatched WHERE FolderName LIKE ?', [folder_basename]).fetchone()
|
||||||
if snatched:
|
if snatched:
|
||||||
logger.info('Found a match in the database: %s. Verifying to make sure it is the correct album' % snatched['Title'])
|
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
|
continue
|
||||||
|
|
||||||
# Try to parse the folder name into a valid format
|
# Try to parse the folder name into a valid format
|
||||||
|
|||||||
Reference in New Issue
Block a user