Show video player for .m3u8 links
This commit is contained in:
@ -41,6 +41,7 @@ export default function RevealMedia(props: RevealMediaProps) {
|
||||
case "avi":
|
||||
case "m4v":
|
||||
case "webm":
|
||||
case "m3u8":
|
||||
return "video";
|
||||
default:
|
||||
return "unknown";
|
||||
|
Reference in New Issue
Block a user