Selaa lähdekoodia

MKRAVplayer 添加即将切换播放资源代理方法

yyqxiaoyin 4 vuotta sitten
vanhempi
commit
00e5a7f98b
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      Example/MKRRadioManager/MKRPlayControlViewController.m
  2. 1 1
      fastlane/Fastfile

+ 1 - 0
Example/MKRRadioManager/MKRPlayControlViewController.m

@@ -23,6 +23,7 @@
 - (instancetype)initWithDevice:(MKRUPnPDevice *)device{
     if (self = [super init]) {
 //        [[MKRRadioControlMaster shareMaster] changeCurrentDevice:device];
+        
     }
     return self;
 }

+ 1 - 1
fastlane/Fastfile

@@ -20,7 +20,7 @@ git_add(path: ".")
 
 #    git commit
 
-git_commit(path: ".", message: "打开bitcode")
+git_commit(path: ".", message: "MKRAVplayer 添加即将切换播放资源代理方法")
 
 #    git push origin master