mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Use pushTracks in up.OnTrack.
This commit is contained in:
parent
fc6c26e176
commit
7281a09f6e
1 changed files with 1 additions and 4 deletions
|
@ -315,10 +315,7 @@ func addUpConn(c *client, id string) (*upConnection, error) {
|
|||
|
||||
clients := c.group.getClients(c)
|
||||
for _, cc := range clients {
|
||||
cc.action(addTrackAction{track, u, done})
|
||||
if done && u.label != "" {
|
||||
cc.action(addLabelAction{id, u.label})
|
||||
}
|
||||
pushTracks(cc, u, []*upTrack{track}, done, u.label)
|
||||
}
|
||||
|
||||
go upLoop(conn, track)
|
||||
|
|
Loading…
Reference in a new issue