mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-23 18:07:42 +00:00
Feat: Smart playlists (most played and best rated) #38
This commit is contained in:
@@ -1542,6 +1542,10 @@ function getAllPlaylists(obj) {
|
||||
}
|
||||
}
|
||||
|
||||
function updateSmartPlaylists() {
|
||||
sendAPI({"cmd": "MPD_API_SMARTPLS_UPDATE"});
|
||||
}
|
||||
|
||||
function voteSong(vote) {
|
||||
var uri = domCache.currentTrack.getAttribute('data-uri');
|
||||
if (uri == '')
|
||||
|
Reference in New Issue
Block a user