Skip to content

Commit 1e98042

Browse files
committed
Fix speakerset recycling
1 parent 11f5912 commit 1e98042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/avwidgets/speakerset.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export class SpeakerSet {
9797
continue
9898
}
9999
} else {
100+
ns = await ns
100101
ns.setSrcId(nid)
101102
this.speakerStr.set(nid, Promise.resolve(ns))
102103
}

0 commit comments

Comments
 (0)