Selaa lähdekoodia

版本升级维护

yyqxiaoyin 5 vuotta sitten
vanhempi
commit
e4d23c7a4b

+ 3 - 3
MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.m

@@ -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];
     }
 }