|
@@ -387,6 +387,7 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
NSString *channelNumString = [NSString stringWithFormat:@"CHANNEL_UPDATE_%zd",song.songChannel];
|
|
|
NSString *userID = self.userID;
|
|
|
NSString *songUrlString = [NSString stringWithFormat:@"AIRSMART//ID_%zd//",song.songID];
|
|
|
+ NSString *songFrom = [NSString stringWithFormat:@"1//%zd//%zd//",[self.class convertAudioTypeWithSorceType:song.sourceType],song.songID];
|
|
|
libupnp_SetAVTransportURI(
|
|
|
device.avTransportUrl,
|
|
|
songUrlString,
|
|
@@ -402,7 +403,7 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
@"0",
|
|
|
userID?:@"",
|
|
|
@(song.songID).stringValue,
|
|
|
- @(song.songFrom).stringValue,
|
|
|
+ songFrom,
|
|
|
song.songAlbumID?:@""
|
|
|
);
|
|
|
|