|
@@ -616,6 +616,7 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
if (self.playerItem.playbackLikelyToKeepUp && self.state == MKRAVPlayerStatePlaying) {
|
|
if (self.playerItem.playbackLikelyToKeepUp && self.state == MKRAVPlayerStatePlaying) {
|
|
if (!self.player.rate) {
|
|
if (!self.player.rate) {
|
|
_interruptWhenPlaying = YES;
|
|
_interruptWhenPlaying = YES;
|
|
|
|
+ self.state = MKRAVPlayerStatePause;
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
_interruptWhenPlaying = NO;
|
|
_interruptWhenPlaying = NO;
|