mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #519] First artist of a song is missing when searching #376
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @garaevdi on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/519
When doing a global search, first song's artist is missing, but songs only search (i.e.
search(query, "songs")) returns both artist. Also if song has only one artist, search simply returns empty array.Search query I used:
big city life mattafix remix, but from my testing any query will work.Results
related block of
ytmisuc.search("big city life mattafix remix")And the same on ytmusic itself

@sigma67 commented on GitHub (Jan 14, 2024):
duplicate of #518