refactor: migrate media repository (#15536)
This commit is contained in:
2
server/test/fixtures/media.stub.ts
vendored
2
server/test/fixtures/media.stub.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { AudioStreamInfo, VideoFormat, VideoInfo, VideoStreamInfo } from 'src/interfaces/media.interface';
|
||||
import { AudioStreamInfo, VideoFormat, VideoInfo, VideoStreamInfo } from 'src/types';
|
||||
|
||||
const probeStubDefaultFormat: VideoFormat = {
|
||||
formatName: 'mov,mp4,m4a,3gp,3g2,mj2',
|
||||
|
||||
Reference in New Issue
Block a user