|
@@ -640,6 +640,9 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
NSString *songChannelUid = [NSString stringWithFormat:@"%@-%@-%zd",self.userID,device.deviceUUID,songChannel];
|
|
|
self.currentResource.songChannelUid = songChannelUid;
|
|
|
self.currentResource.songFlag = [NSString stringWithFormat:@"%@_%zd",songChannelUid,self.currentResource.songID];
|
|
|
+ wd_main_queue(^{
|
|
|
+ [self.listeners makeObjectsPerformSelectorWithObjects:@selector(didGetPlayInfo:),self.currentResource];
|
|
|
+ });
|
|
|
}
|
|
|
});
|
|
|
return self.currentResource;
|