Skip to content

Commit

Permalink
obs: prefix address with protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Jul 13, 2024
1 parent d3a9ae0 commit d49b7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/util/obs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function connect(): Promise<void> {
obsWebSocketVersion,
rpcVersion,
} = await obs.connect(
config.address,
`ws://${config.address}`,
config.password,
{
// eslint-disable-next-line no-bitwise
Expand Down

0 comments on commit d49b7fe

Please sign in to comment.