extract feat from album titles

This commit is contained in:
geoffrey45
2023-04-16 17:45:13 +03:00
parent 74f52ce2e3
commit f5615f4d31
6 changed files with 63 additions and 21 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class SearchAlbums:
Gets all albums with a given title.
"""
albums = [unidecode(a.title).lower() for a in self.albums]
albums = [unidecode(a.og_title).lower() for a in self.albums]
results = process.extract(
self.query,