I was having issues when fething playlists
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 ... 🙃
In this case, I guess there's no need for UserId. So it can be removed
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