Closed pavelkomarov closed 2 months ago
Also unrelated but in the exportify.js comments I see that you pointed out // createElement is a legacy API but it's unclear what the recommendation is to modernize
. I believe using JSX would be the alternative (would be a lot more readable as well imo)
Whoa! A wild contributor
has appeared! I'll take a look at the PR. Thank you.
And yes, I think JSX is the way. I've got #48 for this.
Wow. It works spectacularly, and it's like a two-line change. It turns out those images come as part of the playlist data, so I was already fetching them. Didn't realize. Good work!
Whoa! A wild
contributor
has appeared! I'll take a look at the PR. Thank you.And yes, I think JSX is the way. I've got #48 for this.
will check that out!
It is possible to fetch playlist images. It wouldn't be that hard to grab them around the same time the code is grabbing the list of playlists and display them in the table.