mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-20 18:45:32 +01:00
Fixed indentation in searcher
This commit is contained in:
@@ -469,7 +469,7 @@ def searchNZB(albumid=None, new=False):
|
||||
|
||||
def verifyresult(title, term):
|
||||
|
||||
title = re.sub('[\.\-\/]', ' ', title)
|
||||
title = re.sub('[\.\-\/]', ' ', title)
|
||||
|
||||
if not re.search('^' + re.escape(term), re.subtitle, re.IGNORECASE):
|
||||
logger.info("Removed from results: " + title + " (artist not at string start).")
|
||||
|
||||
Reference in New Issue
Block a user