Merged, but text sideloading is not working

This commit is contained in:
Ash Mishra 2018-07-09 17:00:47 -07:00
parent ea7bc157e7
commit 0d32a31b85

View File

@ -311,8 +311,6 @@ static NSString *const timedMetadata = @"timedMetadata";
[self addPlayerTimeObserver];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
//Perform on next run loop, otherwise onVideoLoadStart is nil
if(self.onVideoLoadStart) {
id uri = [source objectForKey:@"uri"];
@ -324,7 +322,7 @@ static NSString *const timedMetadata = @"timedMetadata";
@"target": self.reactTag
});
}
});
});
_videoLoadStarted = YES;
}