Skip to content

Commit

Permalink
Fix schedule widget (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Feb 1, 2024
1 parent 1afa5b4 commit 74a7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/WidgetsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class WidgetsCommand implements ICommand {
const baseUrl = this.config.webserver.publicBaseUrl;
const audWidget = await LiveWidget.forAuditorium(aud, this.client, avatar, baseUrl);
const audLayout = LiveWidget.layoutForAuditorium(audWidget);
const audSchedule = await LiveWidget.scheduleForAuditorium(aud, this.client, avatar, baseUrl);
const audSchedule = await LiveWidget.scheduleForAuditorium(aud, this.client, avatar, this.config.livestream.scheduleUrl);

try {
await this.client.sendStateEvent(aud.roomId, audWidget.type, audWidget.state_key, audWidget.content);
Expand Down

0 comments on commit 74a7270

Please sign in to comment.