ソースを参照

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

yyqxiaoyin 4 年 前
コミット
47e7f3d662
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Example/MKRRadioManager/MKRPlayControlViewController.m

+ 1 - 0
Example/MKRRadioManager/MKRPlayControlViewController.m

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