Skip to content

Commit

Permalink
fix: fix playback slider
Browse files Browse the repository at this point in the history
- fix #2045
  • Loading branch information
JellyBrick committed Jul 14, 2024
1 parent 49dd2ec commit e91e995
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/playback-speed/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const observePopupContainer = () => {

if (
menu &&
(
menu.parentElement as HTMLElement & { eventSink_: Element | null }
)?.eventSink_?.matches('ytmusic-menu-renderer.ytmusic-player-bar') &&
!menu.contains(slider)
) {
menu.prepend(slider);
Expand Down

0 comments on commit e91e995

Please sign in to comment.