Jelajahi Sumber

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

yyqxiaoyin 4 tahun lalu
induk
melakukan
00e5a7f98b

+ 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