From bd6ff20ae6a97b88f87577cb075cb6cb9fd55188 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Wed, 10 Jul 2013 02:29:01 +0400 Subject: [PATCH] Fix #204, #208 --- playlist.js | 1 + www/index.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@

Enter Channel

- + +
+
+ Note: to register a channel, simply enter a channel name that isn't being used. The first person to join will have temporary admin status of that channel, and the channel can be registered by clicking the button on the blue prompt that appears on an unregistered channel. +