Skip to content

Commit

Permalink
修复播放进度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo committed Jun 26, 2022
1 parent 8ec2c2f commit bccc414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void onBack() {

parseKey = vs.url;
showLoading();
String progressKey = mVodInfo.sourceKey + mVodInfo.playFlag + mVodInfo.playIndex;
String progressKey = mVodInfo.sourceKey + mVodInfo.id + mVodInfo.playFlag + mVodInfo.playIndex;
sourceViewModel.getPlay(sourceKey, mVodInfo.playFlag, progressKey, vs.url);
}
}

0 comments on commit bccc414

Please sign in to comment.