|
@@ -84,9 +84,8 @@
|
|
[self.songIDList addObject:@(obj.songID).stringValue];
|
|
[self.songIDList addObject:@(obj.songID).stringValue];
|
|
NSString *songIDString = [NSString stringWithFormat:@"AIRSMART//ID_%zd//",obj.songID];
|
|
NSString *songIDString = [NSString stringWithFormat:@"AIRSMART//ID_%zd//",obj.songID];
|
|
[self.urlList addObject:songIDString];
|
|
[self.urlList addObject:songIDString];
|
|
-// NSString *songFrom = [NSString stringWithFormat:@"1//%zd//%zd//",[self.class convertAudioTypeWithSorceType:obj.sourceType],obj.songID];
|
|
|
|
-// [self.songFromList addObject:songFrom];
|
|
|
|
- [self.songFromList addObject:@(obj.songFrom).stringValue];
|
|
|
|
|
|
+ NSString *songFrom = [NSString stringWithFormat:@"1//%zd//%zd//",[self.class convertAudioTypeWithSorceType:obj.sourceType],obj.songID];
|
|
|
|
+ [self.songFromList addObject:songFrom];
|
|
[self.songAlbumIDList addObject:obj.songAlbumID?:@""];
|
|
[self.songAlbumIDList addObject:obj.songAlbumID?:@""];
|
|
}];
|
|
}];
|
|
}
|
|
}
|