|
@@ -22,7 +22,7 @@
|
|
|
/** 歌曲专辑封面 */
|
|
|
@property(nonatomic, strong) NSString *songAlbumCover;
|
|
|
/** 歌曲ID */
|
|
|
-@property(nonatomic, assign) NSInteger songID;
|
|
|
+@property(nonatomic, assign) int64_t songID;
|
|
|
/** 歌曲来源 */
|
|
|
@property(nonatomic, assign) MKRSourcePlatform songFrom;
|
|
|
/** 节目专辑ID */
|