1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-01-30 19:04:52 +00:00

Fix: like songs with special characters

This commit is contained in:
jcorporation 2018-12-03 17:55:24 +00:00
parent 3451c069fb
commit 6283c373a1

View File

@ -2280,7 +2280,7 @@ function updateSmartPlaylists() {
}
function voteSong(vote) {
var uri = domCache.currentTitle.getAttribute('data-uri');
var uri = decodeURI(domCache.currentTitle.getAttribute('data-uri'));
if (uri == '')
return;