|
@@ -39,7 +39,7 @@
|
|
|
model.startIndex = 0;
|
|
|
model.endIndex = (int)(songs.count > 50 ? 49 : songs.count - 1);
|
|
|
model.m3uSize = (int)(songs.count >= 50 ? 50 : songs.count);
|
|
|
- model.channelInfoString = @"NULL";
|
|
|
+ model.channelInfoString = @"3//NULL//NULL//NULL";
|
|
|
model.channelID = @"0";
|
|
|
return model;
|
|
|
}
|
|
@@ -82,8 +82,10 @@
|
|
|
[self.startTimeList addObject:@"00:00:00"];
|
|
|
[self.endTimeList addObject:@"00:00:00"];
|
|
|
[self.vipCanPlay addObject:[NSString stringWithFormat:@"%zd",obj.vip_canPlay]];
|
|
|
- [self.songIDList addObject:@(obj.songID).stringValue?:@""];
|
|
|
- [self.songFromList addObject:[NSString stringWithFormat:@"%zd",obj.songFrom]];
|
|
|
+ NSString *songIDString = [NSString stringWithFormat:@"AIRSMART//ID_%zd//",obj.songID];
|
|
|
+ [self.songIDList addObject:songIDString];
|
|
|
+ NSString *songFrom = [NSString stringWithFormat:@"1//2//%zd//",obj.songID];
|
|
|
+ [self.songFromList addObject:songFrom];
|
|
|
[self.songAlbumIDList addObject:obj.songAlbumID?:@""];
|
|
|
}];
|
|
|
}
|