Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 13, 2024
1 parent 995bc26 commit 37698f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-iiif-3-manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const createManifest = (
body: {
id: avFile.file_url,
type: eventData.item_type === 'Audio' ? 'Sound' : 'Video',
format: mime.contentType(avFile.file_url) || 'unknown',
format: mime.lookup(avFile.file_url) || 'unknown',
duration: avFile.duration,
},
target: eventId,
Expand Down

0 comments on commit 37698f1

Please sign in to comment.