Explorar o código

版本升级维护

yyqxiaoyin %!s(int64=5) %!d(string=hai) anos
pai
achega
ebd288ae40

+ 1 - 0
MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.m

@@ -356,6 +356,7 @@ NSURL * MKRUrlWithString(NSString *string){
     [_player seekToTime:CMTimeMakeWithSeconds(currentTime, NSEC_PER_SEC) completionHandler:^(BOOL finished) {
         dispatch_async(dispatch_get_main_queue(), ^{
             self->_isSeeking = NO;
+            self.state = MKRAVPlayerStatePlaying;
             [self.player play];
         });
     }];