diff --git a/index.html b/index.html
index b7cd031..ee89efc 100644
--- a/index.html
+++ b/index.html
@@ -318,6 +318,7 @@
$('#select-playlist').on ('change', function () {
var playlist = $('#select-playlist').val ();
+ g_current = -1;
loadNewPlaylist (playlist, '');
});