Skip to content

Commit

Permalink
Remove play now, force to end
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 14, 2024
1 parent 53364dc commit ce71415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/player/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ class Player {

// If at the end of the song, stop playing.
if (this.currentSongTime >= this.getDuration()) {
this.seek(this.getDuration())
this.pause()
}

Expand Down

0 comments on commit ce71415

Please sign in to comment.