Browse Source

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

yyqxiaoyin 4 năm trước cách đây
mục cha
commit
47e7f3d662
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }