Parcourir la source

版本升级维护

尹永奇 il y a 5 ans
Parent
commit
c95e02be06
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Example/MKRRadioManager/MKRViewController.m

+ 0 - 1
Example/MKRRadioManager/MKRViewController.m

@@ -42,7 +42,6 @@
     NSString *string1 = [@"http://openod.sign.qingting.fm/mp3/3235228_128.mp3?sign=47d740e207069a86c539d2c78528f9c2&t=5d8d2d55&clientID=OTRmNmQyZDgtNWZiMi0xMWU3LTkyM2YtMDAxNjNlMDAyMGFk" stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
 //    NSString *realString = [[urlString urlEncodeString] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
     NSURL *url = [NSURL URLWithString:string1];
-    
 //    self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
 //    self.player.shouldAutoPlay = YES;
 //    [self.player play];