Browse Source

版本升级维护

yyqxiaoyin 5 years atrás
parent
commit
61ed4875f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.m

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

@@ -262,7 +262,7 @@ NSURL * MKRUrlWithString(NSString *string){
 
 - (void)resetPlayer{
     self.totalTime = 0;
-    self.currentTime = 0;
+//    self.currentTime = 0;
     self.playerItem = nil;
     self.isInitPlayer = NO;
     self.isSeeking = NO;