mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-30 10:54:52 +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) {
|
||||
var uri = domCache.currentTitle.getAttribute('data-uri');
|
||||
var uri = decodeURI(domCache.currentTitle.getAttribute('data-uri'));
|
||||
if (uri == '')
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user