Skip to content

Commit

Permalink
fix playlist keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Mar 1, 2025
1 parent fccb7c8 commit cd6187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/playlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class PlaylistPlugin implements PlayerPlugin {
})
}
this.player.context.ui.keyboard?.register({
l: () => {
L: () => {
this.$root.classList.toggle('playlist__active')
}
})
Expand Down

0 comments on commit cd6187b

Please sign in to comment.