enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように

(cherry picked from commit 23d38a2d6492a2b24e9b2c031d66c3e8a5d382ef)
This commit is contained in:
kakkokari-gtyih
2024-03-12 21:50:46 +09:00
parent 5c1d86b796
commit e82ead49e3
2 changed files with 41 additions and 3 deletions

View File

@@ -323,8 +323,6 @@ describe('FileInfoService', () => {
});
});
/*
* video/webmとして検出されてしまう
test('WEBM AUDIO', async () => {
const path = `${resources}/kick_gaba7.webm`;
const info = await fileInfoService.getFileInfo(path, { skipSensitiveDetection: true }) as any;
@@ -344,6 +342,5 @@ describe('FileInfoService', () => {
},
});
});
*/
});
});