webm is a supported format
This commit is contained in:
parent
316693c21f
commit
20596f374b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -36,7 +36,7 @@ if (!directory) {
|
|||
return
|
||||
}
|
||||
|
||||
const videoFormats = ["mp4", "mkv"]
|
||||
const videoFormats = ["mp4", "mkv", "webm"]
|
||||
|
||||
app.use(express.static(directory))
|
||||
app.use(express.static(pubDir))
|
||||
|
|
Loading…
Reference in a new issue