Add quick mute buttons, fix delete not updating playlist meta
This commit is contained in:
parent
cd73653451
commit
8c47221a22
3 changed files with 48 additions and 3 deletions
|
|
@ -1765,6 +1765,7 @@ Channel.prototype.deleteMedia = function (uid, callback) {
|
|||
self.sendAll("delete", {
|
||||
uid: uid
|
||||
});
|
||||
self.updatePlaylistMeta();
|
||||
self.sendPlaylistMeta(self.users);
|
||||
callback(null);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue