Skip to content

Commit faf1c5b

Browse files
authored
Update JukeboxPlus.js
1 parent b1c3a5c commit faf1c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JukeboxPlus/1.0.0/JukeboxPlus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ const buildTrackRow = (track) =>
787787
`<span style="${css.albumTag}">
788788
<a href="!jb jump album ${encodeURIComponent(name)}" title="Jump to album view" style="text-decoration:none; color:inherit;">${esc(name)}</a>
789789
&nbsp;|&nbsp;
790-
<a href="!jb edit ${track.id} albums remove ${esc(name)}" style="${css.tagRemove}" title="Remove from album">x</a>
790+
<a href="!jb edit ${track.id} albums remove ${encodeURIComponent(name)}" ...>x</a>
791791
</span>`
792792
).join(' ')
793793
}

0 commit comments

Comments
 (0)