Skip to content

Commit

Permalink
fix applying settings related to yt-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseOb committed Dec 11, 2024
1 parent ef4fbe6 commit ddadcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yt-defaulter",
"author": "GooseOb",
"version": "1.11.7",
"version": "1.11.8",
"repository": {
"type": "git",
"url": "git+https://github.com/GooseOb/YT-Defaulter.git"
Expand Down
2 changes: 1 addition & 1 deletion src/player/plr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const plr = {
openItem(item: Readonly<YtSettingItem>) {
this.setOpen(true);
item.click();
return get.menuSubItems(item);
return get.menuSubItems(this.element);
},
settingItems: {
[SPEED]: null,
Expand Down

0 comments on commit ddadcb7

Please sign in to comment.