extract feat from album titles

This commit is contained in:
geoffrey45
2023-04-16 17:45:13 +03:00
parent 3ef2516210
commit 11d1b6ca36
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,