librespot-java
librespot-java copied to clipboard
new type of uri ? (BUG)
Is your feature request related to a problem? Please describe. I use search API and get some weird uri
Describe the solution you'd like update uri regex
Additional context
update is all like this
sory i set wrong Labels😅
First version of playlists have the owners username in them. So it’s spotify:user:(ownerId):playlist:(playlistId)
PlaylistsV2 are in the regular format: spotify:playlist:(playlistId)
A regex you might be able to use is:
spotify:user:(?<userId>.+):playlist:(?<playlistId>.+)