|
@@ -515,9 +515,9 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
NSLog(@"网络状况导致卡顿");
|
|
|
self.state = MKRAVPlayerStateBuffering;
|
|
|
}
|
|
|
- if (self.delegate && [self.delegate respondsToSelector:@selector(stalledByCacheEmtpy)]) {
|
|
|
- [self.delegate stalledByCacheEmtpy];
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (self.delegate && [self.delegate respondsToSelector:@selector(stalledByCacheEmtpy)]) {
|
|
|
+ [self.delegate stalledByCacheEmtpy];
|
|
|
}
|
|
|
}
|
|
|
|