Skip to content

Commit

Permalink
another minor fix for download link text
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Dec 9, 2021
1 parent cf6bf08 commit 1e63cba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def file_type_string(filestream_id, attachments_json)
'JPEG'
elsif filestream_id == 'audio_access'
'MP3'
elsif filestream_id == 'audio_primary'
'WAV'
elsif attachments_json[filestream_id]['content_type']
attachments_json[filestream_id]['content_type'].split('/')[1].upcase
else
Expand Down

0 comments on commit 1e63cba

Please sign in to comment.