Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix `extToMime` function (#9084)

authored by

Samuel Newman and committed by
GitHub
66526a8e 8cded435

+1 -1
+1 -1
src/lib/media/video/util.ts
··· 40 40 } 41 41 42 42 export function extToMime(ext: string) { 43 - switch (ext) { 43 + switch (ext.toLowerCase()) { 44 44 case 'mp4': 45 45 return 'video/mp4' 46 46 case 'webm':