瀏覽代碼

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

yyqxiaoyin 4 年之前
父節點
當前提交
00e5a7f98b
共有 2 個文件被更改,包括 2 次插入1 次删除
  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