浏览代码

MKRAVplayer 添加即将切换播放资源代理方法

yyqxiaoyin 4 年之前
父节点
当前提交
d2998a0665
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MKRRadioManager/Classes/MKRRadioManager/MKRRadioResorce.h

+ 1 - 1
MKRRadioManager/Classes/MKRRadioManager/MKRRadioResorce.h

@@ -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 */