mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
extract feat from album titles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user