|
@@ -618,9 +618,15 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
if (!self.player.rate) {
|
|
|
_interruptWhenPlaying = YES;
|
|
|
self.state = MKRAVPlayerStatePause;
|
|
|
+ }else{
|
|
|
+ self.state = MKRAVPlayerStatePlaying;
|
|
|
}
|
|
|
}else{
|
|
|
_interruptWhenPlaying = NO;
|
|
|
+ if (self.player.rate) {
|
|
|
+ self.state = MKRAVPlayerStatePlaying;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|