@@ -356,6 +356,9 @@ NSURL * MKRUrlWithString(NSString *string){
- (BOOL)isPlaying
{
+ if (self.state == MKRAVPlayerStatePlaying) {
+ return YES;
+ }
if (!isFloatZero(_player.rate)) {
return YES;
} else {