Skip to content

Commit

Permalink
Merge pull request #515 from cloudnativedaysjp/fix/autoplay_community_LT
Browse files Browse the repository at this point in the history
fix: Autoplay community LT
  • Loading branch information
hrk091 authored Jun 15, 2024
2 parents 22b489a + 042953d commit 7ffad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[eventAbbr]/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const IndexMain = () => {
{showLT ? (
<TrackLTView
event={event}
youtubeEmbedLink="https://www.youtube.com/embed/BFRflMJn2lA?si=ArEMJybGrQZ0TG7p"
youtubeEmbedLink="https://www.youtube.com/embed/BFRflMJn2lA?si=ArEMJybGrQZ0TG7p&autoplay=1"
title="コミュニティLT"
content={content}
/>
Expand Down

0 comments on commit 7ffad9c

Please sign in to comment.