|
@@ -285,7 +285,7 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
NSLog(@"%s",__func__);
|
|
|
NSLog(@"收到频道改变回调%@",nUDN);
|
|
|
wd_main_queue(^{
|
|
|
- if ([nUDN isEqualToString:self.device.deviceUUID]) {
|
|
|
+ if ([nUDN containsString:self.device.deviceUUID]) {
|
|
|
[self.listeners makeObjectsPerformSelectorWithObjects:@selector(didReceivePlayingChannelChange:),[channel integerValue]];
|
|
|
}
|
|
|
});
|