Skip to content

Commit

Permalink
fix(rickroll): volume 20 -> 50
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixah committed Jan 21, 2022
1 parent 78b89f1 commit 0f5cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/tv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ export default class TV {

// Increase Volume
await this.volumeDown(100);
await this.volumeUp(20);
await this.volumeUp(50);
}
}

0 comments on commit 0f5cc16

Please sign in to comment.