mirror of https://github.com/calzoneman/sync.git
Fix a slight bug regarding playlist meta
This commit is contained in:
parent
4884d8d691
commit
27ef20a76a
|
@ -184,6 +184,7 @@ Playlist.prototype.add = function(item, pos) {
|
|||
self.channel.sendAll("delete", {
|
||||
uid: it.uid
|
||||
});
|
||||
self.channel.broadcastPlaylistMeta();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue