Fix a slight bug regarding playlist meta

This commit is contained in:
calzoneman 2013-08-28 10:38:24 -05:00
parent 4884d8d691
commit 27ef20a76a
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ Playlist.prototype.add = function(item, pos) {
self.channel.sendAll("delete", {
uid: it.uid
});
self.channel.broadcastPlaylistMeta();
});
}