Show video player for .m3u8 links

This commit is contained in:
2023-06-17 22:36:15 +01:00
parent 206aaca7b4
commit 19a2589e77
4 changed files with 30 additions and 21 deletions

View File

@ -41,6 +41,7 @@ export default function RevealMedia(props: RevealMediaProps) {
case "avi":
case "m4v":
case "webm":
case "m3u8":
return "video";
default:
return "unknown";