Describe the bug
Empty artists list when searching with filter set to "songs"
To Reproduce
from ytmusicapi import YTMusic
client = YTMusic(language="de")
search_term = "PLS282300109"
results = client.search(search_term, filter="songs") # Remove the filter and and artist field will be populated
print(results)
Describe the bug Empty artists list when searching with filter set to
"songs"
To Reproduce
Additional context