Skip to content

Commit f22f886

Browse files
fix: add video-stream to sessions on public schedule page of event. (#6000)
1 parent 087b210 commit f22f886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class ScheduleRoute extends Route {
5353
];
5454

5555
const sessions = await event.query('sessions', {
56-
include : 'speakers,microlocation,track',
56+
include : 'speakers,microlocation,track,microlocation.video-stream',
5757
filter : scheduledFilterOptions,
5858
'page[size]' : 0
5959
});

0 commit comments

Comments
 (0)