|
@@ -638,7 +638,7 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
self.currentResource.songChannel = songChannel;
|
|
self.currentResource.songChannel = songChannel;
|
|
NSString *songChannelUid = [NSString stringWithFormat:@"%@-%@-%zd",self.userID,device.deviceUUID,songChannel];
|
|
NSString *songChannelUid = [NSString stringWithFormat:@"%@-%@-%zd",self.userID,device.deviceUUID,songChannel];
|
|
self.currentResource.songChannelUid = songChannelUid;
|
|
self.currentResource.songChannelUid = songChannelUid;
|
|
- self.currentResource.songFlag = [NSString stringWithFormat:@"%@_%zd_%zd",songChannelUid,self.currentResource.songID,self.currentResource.songFrom];
|
|
|
|
|
|
+ self.currentResource.songFlag = [NSString stringWithFormat:@"%@_%zd",songChannelUid,self.currentResource.songID];
|
|
}
|
|
}
|
|
});
|
|
});
|
|
return self.currentResource;
|
|
return self.currentResource;
|