From e9e753640f1c96ffaf91b35cfc46126fcdb15e2f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 Nov 2020 18:44:08 +0100 Subject: better control over cover image --- .../app/views/viewer/transcript/components/elementTypes.video.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'animism-align/frontend/app/views/viewer/transcript/components') diff --git a/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.video.js b/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.video.js index 6ad46b2..a86f8c3 100644 --- a/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.video.js +++ b/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.video.js @@ -77,6 +77,7 @@ class TranscriptVideoSubtitles extends Component { } } render() { + const { mediaItem } = this.props const { subtitles, current } = this.state if (!subtitles) return return ( @@ -96,6 +97,7 @@ class TranscriptVideoSubtitles extends Component { ) })} + {mediaItem.author} ) } -- cgit v1.2.3-70-g09d2