Skip to content

Commit

Permalink
切换歌曲时重置播放时间。
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyan-wcx committed Oct 17, 2024
1 parent 094d4a6 commit 06af9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entry/src/main/ets/pages/Index.ets
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ struct Index {
case 'idle':
console.info('播放器重置。');
this.stopContinuousTask()
this.nowPlayedTime = 0
break;
case 'initialized':
console.info('播放器初始化。');
Expand Down

0 comments on commit 06af9eb

Please sign in to comment.