Skip to content

Commit e56a4c9

Browse files
fix background audio not displaying in submission modal
1 parent d740eaa commit e56a4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsapp/js/components/submissions/submissionModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export default class SubmissionModal extends React.Component<
463463
if (typeof mediaAttachment === 'string') {
464464
return mediaAttachment;
465465
} else {
466-
return mediaAttachment.download_medium_url;
466+
return mediaAttachment.download_medium_url || mediaAttachment.download_url;
467467
}
468468
}
469469
}

0 commit comments

Comments
 (0)