set to random song when changing playlists
This commit is contained in:
@@ -318,6 +318,7 @@
|
||||
|
||||
$('#select-playlist').on ('change', function () {
|
||||
var playlist = $('#select-playlist').val ();
|
||||
g_current = -1;
|
||||
loadNewPlaylist (playlist, '');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user