mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-31 03:14:58 +00:00
Fix: like songs with special characters
This commit is contained in:
parent
3451c069fb
commit
6283c373a1
@ -2280,7 +2280,7 @@ function updateSmartPlaylists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function voteSong(vote) {
|
function voteSong(vote) {
|
||||||
var uri = domCache.currentTitle.getAttribute('data-uri');
|
var uri = decodeURI(domCache.currentTitle.getAttribute('data-uri'));
|
||||||
if (uri == '')
|
if (uri == '')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user