|
@ -10,7 +10,7 @@ import { InternalService, Microservice } from "@autoplex/microservice"; |
|
|
* Common video file extensions |
|
|
* Common video file extensions |
|
|
*/ |
|
|
*/ |
|
|
const VIDEO_FILE_EXTENSIONS = new Set( |
|
|
const VIDEO_FILE_EXTENSIONS = new Set( |
|
|
".mp4,.mkv,.avi,.wmv,.mov".split(",") |
|
|
|
|
|
|
|
|
".mp4,.mkv,.avi,.wmv,.mov,.m4v".split(",") |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|