Ionosphere.tv
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add videoSegments to 413 fallback path in publish.ts

+1
+1
apps/ionosphere-appview/src/publish.ts
··· 155 155 ...(speakerUris.length > 0 && { speakerUris }), 156 156 ...(talk.video_uri && { videoUri: talk.video_uri }), 157 157 ...(talk.video_offset_ns && { videoOffsetNs: talk.video_offset_ns }), 158 + ...(talk.video_segments && { videoSegments: JSON.parse(talk.video_segments) }), 158 159 ...(talk.schedule_uri && { scheduleUri: talk.schedule_uri }), 159 160 ...(talk.room && { room: talk.room }), 160 161 ...(talk.category && { category: talk.category }),