enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように
(cherry picked from commit 23d38a2d6492a2b24e9b2c031d66c3e8a5d382ef)
This commit is contained in:
		@@ -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', () => {
 | 
			
		||||
				},
 | 
			
		||||
			});
 | 
			
		||||
		});
 | 
			
		||||
		 */
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user