|
@@ -356,7 +356,7 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
[_player seekToTime:CMTimeMakeWithSeconds(currentTime, NSEC_PER_SEC) completionHandler:^(BOOL finished) {
|
|
[_player seekToTime:CMTimeMakeWithSeconds(currentTime, NSEC_PER_SEC) completionHandler:^(BOOL finished) {
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
self->_isSeeking = NO;
|
|
self->_isSeeking = NO;
|
|
- self.state = MKRAVPlayerStatePlaying;
|
|
|
|
|
|
+// self.state = MKRAVPlayerStatePlaying;
|
|
[self.player play];
|
|
[self.player play];
|
|
});
|
|
});
|
|
}];
|
|
}];
|