mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-30 17:02:49 -05:00
Fix incorrect display options lookup
This commit is contained in:
@@ -258,7 +258,7 @@ export default class StreamWindow extends EventEmitter {
|
|||||||
height: spaceHeight * h,
|
height: spaceHeight * h,
|
||||||
spaces,
|
spaces,
|
||||||
}
|
}
|
||||||
const stream = streams.find((s) => s.url === content.url)
|
const stream = streams.byURL.get(content.url)
|
||||||
view.send({ type: 'OPTIONS', options: getDisplayOptions(stream) })
|
view.send({ type: 'OPTIONS', options: getDisplayOptions(stream) })
|
||||||
view.send({ type: 'DISPLAY', pos, content })
|
view.send({ type: 'DISPLAY', pos, content })
|
||||||
newViews.set(view.state.context.id, view)
|
newViews.set(view.state.context.id, view)
|
||||||
|
|||||||
Reference in New Issue
Block a user