Cyberkef
Member
- Affected version
- 2.2.8 Patch 1
(reported by one of my users, also verified on the test forum here, could not find another topic/report about it)
Currently the Spotify Media BB code media site supports:
Public Spotify Playlist links look like
If you change an existing Spotify [MEDIA] tag manually to
I expect it's an easy fix by adding
Currently the Spotify Media BB code media site supports:
Code:
open.spotify.com/track/{$id:alphanum}
open.spotify.com/album/{$id:alphanum}
open.spotify.com/artist/{$id:alphanum}
open.spotify.com/episode/{$id:alphanum}
open.spotify.com/user/*/playlist/{$id:alphanum}
Public Spotify Playlist links look like
https://open.spotify.com/playlist/37i9dQZF1DZ06evO47cwRq
which get treated by unfurl.If you change an existing Spotify [MEDIA] tag manually to
[MEDIA=spotify]playlist:37i9dQZF1DZ06evO47cwRq[/MEDIA]
it works correctly!I expect it's an easy fix by adding
open.spotify.com/playlist/{$id:alphanum}
to the Match URLs?