@@ -365,6 +365,7 @@ NSURL * MKRUrlWithString(NSString *string){
dispatch_async(dispatch_get_main_queue(), ^{
self->_isSeeking = NO;
[self.player play];
+ self.player.rate = self.rate;
self.state = MKRAVPlayerStatePlaying;
});
}];