SpotifyExplode icon indicating copy to clipboard operation
SpotifyExplode copied to clipboard

I was having issues when fething playlists

Open JuanCouste opened this issue 1 year ago • 2 comments

It was due to user ids not being alphanumeric ie: kasper.spotify, jloðbrók ... That last one is just great. The parsing fails on trying to parse the user id from those kinds of strings I don't know how to validate those, so i removed the validation of UserId and rearranged the code a bit

I leave it up to you ... 🙃

JuanCouste avatar Mar 21 '24 02:03 JuanCouste

In this case, I guess there's no need for UserId. So it can be removed

jerry08 avatar Mar 22 '24 11:03 jerry08

Seeing as it will be a breaking change, I wanted to propose another change regarding SearchClient. Currently its using Both SerachFilter & OfType<...> to return the correct items.

I have here an alternative using typeof Commit If its fine with you, maybe both things could be included at the same time

JuanCouste avatar Mar 23 '24 22:03 JuanCouste