Skip to content

Commit

Permalink
fix progress bar selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ynshung committed Sep 29, 2023
1 parent 2bf75e9 commit 4e8f174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function getVolumeSliderController()

export function getProgressBarList()
{
return getOverlayElement().children[3].children[0].children[0]
return getOverlayElement().querySelector('#progress-bar-line')
}

export function getMuteButton()
Expand Down

0 comments on commit 4e8f174

Please sign in to comment.