diff --git a/playlist.js b/playlist.js index 155d3dd0..11a4b3da 100644 --- a/playlist.js +++ b/playlist.js @@ -33,6 +33,7 @@ PlaylistItem.prototype.pack = function() { function Playlist(chan) { this.items = new ULList(); + this.current = null; this.next_uid = 0; this._leadInterval = false; this._lastUpdate = 0; diff --git a/www/index.html b/www/index.html index e7f0510e..f2ae309e 100644 --- a/www/index.html +++ b/www/index.html @@ -62,7 +62,11 @@