Skip to content

Commit 271a59b

Browse files
committed
Add default seeding info to replay player
1 parent d198e77 commit 271a59b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/replay/ReplayConnectorService.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export class ReplayConnectorService {
102102
},
103103
],
104104
},
105+
seedingInfo: {
106+
left: "Group 1",
107+
right: "Group 2",
108+
},
105109
},
106110
};
107111
this.ws.emit("obs_logon", JSON.stringify(authData));

0 commit comments

Comments
 (0)