Browse Source

Add .m4v to Seeker post-processor

dev
David Ludwig 4 years ago
parent
commit
63b292da2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/seeker/src/services/PostProcessor/PostProcessor.ts

+ 1
- 1
services/seeker/src/services/PostProcessor/PostProcessor.ts View File

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


Loading…
Cancel
Save