mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -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,
|
||||
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: 'DISPLAY', pos, content })
|
||||
newViews.set(view.state.context.id, view)
|
||||
|
||||
Reference in New Issue
Block a user