diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-24 14:46:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-24 14:46:52 +0200 |
| commit | 9f57a7f41ac4a8d2526f2b169193010eb76023a2 (patch) | |
| tree | 256a0d1e6335486bc31822779ab3e16f536c4f59 /animism-align/frontend/app/views/viewer | |
| parent | 270c9d6ddf4c7e1a59e6e955226bfa6bbfe9a781 (diff) | |
adding rest of content
Diffstat (limited to 'animism-align/frontend/app/views/viewer')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/viewer.actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/viewer.actions.js b/animism-align/frontend/app/views/viewer/viewer.actions.js index 3a25519..5d6775f 100644 --- a/animism-align/frontend/app/views/viewer/viewer.actions.js +++ b/animism-align/frontend/app/views/viewer/viewer.actions.js @@ -79,8 +79,8 @@ export const loadSections = () => dispatch => { // add media to the current section. if (MEDIA_ANNOTATION_TYPES.has(annotation.type)) { - // fetch the media and add it to the list of media (TODO: handle carousels) const media = mediaLookup[annotation.settings.media_id] + // fetch the media and add it to the list of media (TODO: handle carousels) if (!media.settings.hide_in_bibliography && !(media.id in seenMedia)) { currentSection.media.push({ start_ts: annotation.start_ts, |
