summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/checklist/checklist.content.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/views/viewer/checklist/checklist.content.js')
-rw-r--r--animism-align/frontend/app/views/viewer/checklist/checklist.content.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js
index 70c175e..72695b7 100644
--- a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js
+++ b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js
@@ -9,10 +9,7 @@ import { PlayIcon } from '../nav/viewer.icons'
class ChecklistContent extends Component {
handleMediaSelection(mediaItem) {
- actions.audio.seek(mediaItem.start_ts)
- actions.audio.play()
- actions.viewer.hideComponent('nav')
- actions.viewer.hideComponent('checklist')
+ actions.seekToMediaItem(mediaItem)
}
render() {
const { sections, currentSection } = this.props