ソースを参照

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