We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c3a5c commit faf1c5bCopy full SHA for faf1c5b
JukeboxPlus/1.0.0/JukeboxPlus.js
@@ -787,7 +787,7 @@ const buildTrackRow = (track) =>
787
`<span style="${css.albumTag}">
788
<a href="!jb jump album ${encodeURIComponent(name)}" title="Jump to album view" style="text-decoration:none; color:inherit;">${esc(name)}</a>
789
 | 
790
- <a href="!jb edit ${track.id} albums remove ${esc(name)}" style="${css.tagRemove}" title="Remove from album">x</a>
+ <a href="!jb edit ${track.id} albums remove ${encodeURIComponent(name)}" ...>x</a>
791
</span>`
792
).join(' ')
793
}
0 commit comments