From 0f5cc16f3a57416840bf1337917c0cdf63bb07be Mon Sep 17 00:00:00 2001 From: marnixah Date: Fri, 21 Jan 2022 13:20:42 +0100 Subject: [PATCH] fix(rickroll): volume 20 -> 50 --- src/classes/tv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/tv.ts b/src/classes/tv.ts index 4e9d5ba..a1d269c 100644 --- a/src/classes/tv.ts +++ b/src/classes/tv.ts @@ -288,6 +288,6 @@ export default class TV { // Increase Volume await this.volumeDown(100); - await this.volumeUp(20); + await this.volumeUp(50); } }