Skip to content

Commit

Permalink
extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Anusree6154s committed Aug 5, 2024
1 parent 7a2e6b0 commit 7203f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtify/src/components/MusicBar/MusicBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function MusicBar() {
setPlay(false)
return 100
}
return oldProgress + 10
return oldProgress + 1
})
}, [100])
} else {
Expand Down

0 comments on commit 7203f45

Please sign in to comment.