Skip to content

Commit e3c1454

Browse files
committed
fix autoplay
Signed-off-by: Benjamin Issleib <[email protected]>
1 parent 53f1a68 commit e3c1454

File tree

1 file changed

+4
-2
lines changed
  • src/Podlatch/PublisherFrontendBundle/Resources/views/Default

1 file changed

+4
-2
lines changed

src/Podlatch/PublisherFrontendBundle/Resources/views/Default/index.html.twig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@
6969
main: '#00D7B5'
7070
}
7171
}).then(function (store) {
72-
store.dispatch(store.actions.play())
73-
})
72+
store.dispatch({
73+
type: 'UI_PLAY',
74+
payload: {}
75+
})})
7476
;">
7577
<img class="timeline-play-icon" src="{{ asset('fonts/svg/media-play.svg') }}" alt="icon name">
7678

0 commit comments

Comments
 (0)