瀏覽代碼

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;
 }