Skip to content

Commit

Permalink
Restore audio url in background audio player [src] in submission preview
Browse files Browse the repository at this point in the history
Fix #4859
  • Loading branch information
p2edwards committed Mar 15, 2024
1 parent 759f844 commit 52ca589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsapp/js/components/submissions/table.es6
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,8 @@ export class DataTable extends React.Component {
) {
const backgroundAudioUrl = getMediaAttachment(
row.original,
row.original[backgroundAudioName]
row.original[backgroundAudioName],
META_QUESTION_TYPES['background-audio'],
)?.download_medium_url;

this.submissionModalProcessing(
Expand Down

0 comments on commit 52ca589

Please sign in to comment.