diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-12 18:44:08 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-12 18:44:08 +0100 |
| commit | e9e753640f1c96ffaf91b35cfc46126fcdb15e2f (patch) | |
| tree | 8a17d25104006bf8cc75434903cea1455dd585ec /animism-align/frontend/app/views/viewer/transcript/components | |
| parent | 787da7d6fc4c83196beeab23b1bcb7ca393cbb72 (diff) | |
better control over cover image
Diffstat (limited to 'animism-align/frontend/app/views/viewer/transcript/components')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/transcript/components/elementTypes.video.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 { </span> ) })} + <span className="pullquote_credit sentence">{mediaItem.author}</span> </div> ) } |
