Hotfix: Fixed lyrics for spatial audio tracks with multiple artists

This commit is contained in:
Dniel97
2022-10-12 20:29:35 +02:00
parent 06238521ea
commit 263f220b07

View File

@@ -698,7 +698,7 @@ class ModuleInterface:
# search for title and artist to find a matching track (non Atmos)
results = self.search(
DownloadTypeEnum.track,
f'{track_data.get("title")} {"".join(a.get("name") for a in track_data.get("artists"))}',
f'{track_data.get("title")} {" ".join(a.get("name") for a in track_data.get("artists"))}',
limit=10)
# check every result to find a matching result