|
|
@@ -826,9 +826,9 @@
|
|
|
//HLog(@"df_player progress hxd _ind:%ld ---- %ld",_lastAudioIndex,player.currentAudioModel.audioId);
|
|
|
if(_lastAudioIndex != player.currentAudioModel.audioId)
|
|
|
{
|
|
|
-// _lastAudioIndex = player.currentAudioModel.audioId;
|
|
|
-// _index = _lastAudioIndex;
|
|
|
-// HLog(@"df_player progress hxd _ind:setTitleFunByIndex");
|
|
|
+ _lastAudioIndex = player.currentAudioModel.audioId;
|
|
|
+ _index = _lastAudioIndex;
|
|
|
+// HLog(@"df_player progress hxd _ind:setTitleFunByIndex");
|
|
|
// [self setTitleFunByIndex];
|
|
|
[self audioPlayerByIndex:_lastAudioIndex];
|
|
|
|
|
|
@@ -836,6 +836,7 @@
|
|
|
[self startPlayingRotateRightImage];
|
|
|
}
|
|
|
|
|
|
+ //尝试强行修改 歌曲名 后续有时间优化
|
|
|
_lastAudioIndex = player.currentAudioModel.audioId;
|
|
|
_index = _lastAudioIndex;
|
|
|
HLog(@"df_player progress hxd _ind:setTitleFunByIndex");
|