|
@@ -421,6 +421,7 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
}
|
|
|
[self resetPlayer];
|
|
|
self.currentIndex = nextIndex;
|
|
|
+ self.currentResource = self.resourcePlayList[nextIndex];
|
|
|
self.currentStatus = nil;
|
|
|
NSString *url = [self.playList objectAtIndex:self.currentIndex];
|
|
|
self.playUrl = MKRUrlWithString(url);
|