Skip to content

Commit

Permalink
bugfix: pass through playMethod to Preload
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Dec 11, 2023
1 parent acea019 commit 298a0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Playback/Playback.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ const Playback = ({
const attrs = {
sections: playbackArgs.sections,
showAnimation: playbackArgs.show_animation,
playbackArgs,
setView,
autoAdvance,
responseTime,
Expand All @@ -159,6 +158,7 @@ const Playback = ({
case PRELOAD:
return (
<Preload {...attrs}
playMethod={playbackArgs.play_method}
duration={playbackArgs.ready_time}
preloadMessage={playbackArgs.preload_message}
onNext={() => {
Expand Down

0 comments on commit 298a0d1

Please sign in to comment.