Add quick mute buttons, fix delete not updating playlist meta

This commit is contained in:
calzoneman 2014-01-19 16:50:14 -06:00
parent cd73653451
commit 8c47221a22
3 changed files with 48 additions and 3 deletions

View file

@ -1765,6 +1765,7 @@ Channel.prototype.deleteMedia = function (uid, callback) {
self.sendAll("delete", {
uid: uid
});
self.updatePlaylistMeta();
self.sendPlaylistMeta(self.users);
callback(null);
} else {