修复bug

This commit is contained in:
liyuhua
2023-10-10 14:28:28 +08:00
parent fbebab9792
commit 42d7d8f502

View File

@@ -290,7 +290,7 @@
NSFileManager *fileManager = [NSFileManager defaultManager];
if ([fileManager fileExistsAtPath:filePath]){
[self.trialsView setMute:YES];
[self.trialsView playHWDMP4:filePath repeatCount:10 delegate:self];
[self.trialsView playHWDMP4:filePath repeatCount:1 delegate:self];
}else{
[self.vapParser parseWithURL:filePath completionBlock:^(NSString * _Nullable videoUrl) {