From d416569296136aface2d2f2c2cc5cf54ccabbbd9 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Mon, 17 Oct 2022 05:11:35 +0000 Subject: [PATCH] chore: Prettified Code [ci skip] --- src/main/plugins/mpris.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/plugins/mpris.ts b/src/main/plugins/mpris.ts index bfc0f6ef..5b9fb625 100644 --- a/src/main/plugins/mpris.ts +++ b/src/main/plugins/mpris.ts @@ -95,7 +95,7 @@ export default class mpris { mpris.utils.getIPCMain().on("mpris:volumeChange", (_e: any, volume: number) => { player.volume = volume; - }) + }); mpris.utils.getIPCMain().on("shuffleModeDidChange", (_e: any, mode: number) => { player.shuffle = mode === 1;