fix(curriculum): clarify step 39 in music player project (#55500)

This commit is contained in:
AshmitGupta
2024-07-15 00:43:58 -07:00
committed by GitHub
parent 0a99796dd3
commit cc5068b24f
@@ -7,7 +7,7 @@ dashedName: step-39
# --description--
Add an `else` block to handle the current song's position in the playlist.
Add an `else` block to handle the song's current playback time. This allows you to resume the current song at the point where it was paused.
Within the `else` block, set the `currentTime` property of the `audio` object to the value stored in `userData?.songCurrentTime`.