|
|
@@ -839,7 +839,7 @@
|
|
|
//尝试强行修改 歌曲名 后续有时间优化
|
|
|
_lastAudioIndex = player.currentAudioModel.audioId;
|
|
|
_index = _lastAudioIndex;
|
|
|
- HLog(@"df_player progress hxd _ind:setTitleFunByIndex");
|
|
|
+ //HLog(@"df_player progress hxd _ind:setTitleFunByIndex");
|
|
|
[self setTitleFunByIndex];
|
|
|
|
|
|
if(progress >= 1.0){
|
|
|
@@ -883,7 +883,7 @@
|
|
|
|
|
|
-(void)setTitleFunByIndex
|
|
|
{
|
|
|
- HLog(@"setTitleFunByIndex")
|
|
|
+ //HLog(@"setTitleFunByIndex")
|
|
|
if(!_allAudioDataArray){
|
|
|
KWeakSelf
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
@@ -901,7 +901,7 @@
|
|
|
_audioPlayListV.playingIndex = _index;
|
|
|
}
|
|
|
|
|
|
- HLog(@"hxd _index:%ld name:%@",_index,dataModel.name)
|
|
|
+ //HLog(@"hxd _index:%ld name:%@",_index,dataModel.name)
|
|
|
}
|
|
|
}
|
|
|
|