From ae95908a2bdcd30a8131a915b20a11e6c3edd3b9 Mon Sep 17 00:00:00 2001 From: Aditya Bhardwaj Date: Sun, 31 May 2020 02:11:19 +0530 Subject: [PATCH] [FIX] Spotify embed link opens in same tab (#13637) --- app/spotify/lib/client/oembedSpotifyWidget.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/spotify/lib/client/oembedSpotifyWidget.html b/app/spotify/lib/client/oembedSpotifyWidget.html index 46fa62d75f5..9da698d778f 100644 --- a/app/spotify/lib/client/oembedSpotifyWidget.html +++ b/app/spotify/lib/client/oembedSpotifyWidget.html @@ -3,9 +3,9 @@
Spotify
{{#if match meta.ogAudio "spotify:artist:\\S+"}} - {{{meta.ogTitle}}} + {{{meta.ogTitle}}} {{else}} - {{{replace meta.ogDescription ", an? (?:song|album) by (.+?) on Spotify" " - $1" regex=true}}} + {{{replace meta.ogDescription ", an? (?:song|album) by (.+?) on Spotify" " - $1" regex=true}}} {{/if}} {{> collapseArrow collapsedMedia=collapsedMediaVar}}
{{#unless collapsed}}