|
@@ -392,12 +392,11 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
return;
|
|
|
}
|
|
|
[self resetPlayer];
|
|
|
- self.currentTime = 0;
|
|
|
- self.totalTime = 0;
|
|
|
self.currentIndex = nextIndex;
|
|
|
self.currentStatus = nil;
|
|
|
NSString *url = [self.playList objectAtIndex:self.currentIndex];
|
|
|
self.playUrl = MKRUrlWithString(url);
|
|
|
+ self.state = MKRAVPlayerStateStopped;
|
|
|
}
|
|
|
}
|
|
|
|