修复bug
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user