@@ -23,6 +23,7 @@
- (instancetype)initWithDevice:(MKRUPnPDevice *)device{
if (self = [super init]) {
// [[MKRRadioControlMaster shareMaster] changeCurrentDevice:device];
+
}
return self;
@@ -20,7 +20,7 @@ git_add(path: ".")
# git commit
-git_commit(path: ".", message: "打开bitcode")
+git_commit(path: ".", message: "MKRAVplayer 添加即将切换播放资源代理方法")
# git push origin master