mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix a slight bug regarding playlist meta
This commit is contained in:
parent
4884d8d691
commit
27ef20a76a
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ Playlist.prototype.add = function(item, pos) {
|
|||
self.channel.sendAll("delete", {
|
||||
uid: it.uid
|
||||
});
|
||||
self.channel.broadcastPlaylistMeta();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue