Unverified Commit 7512ad02 authored by Sharath Prasad's avatar Sharath Prasad Committed by GitHub
Browse files

Merge pull request #323 from Ajoymaity/release-v9_Migration_Branch

Issue #SB-27033 fix: Fixed Linked mp3 content is not available on the book
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,7 +10,7 @@ export class MimeTypeMasterData {
public static readonly DOCS = ['application/pdf', 'application/epub', 'application/msword'];
public static readonly ALL = ['video/mp4', 'video/x-youtube', 'video/webm', 'application/pdf', 'application/epub',
'application/pdf', 'application/epub', 'application/vnd.ekstep.ecml-archive', 'application/vnd.ekstep.h5p-archive',
'application/vnd.ekstep.html-archive'
'application/vnd.ekstep.html-archive', 'audio/mp3', 'audio/mp4', 'audio/mpeg', 'audio/ogg', 'audio/webm', 'audio/x-wav', 'audio/wav'
];
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment