From 70bc06689a7c26b15d3b60c04d95f8e3efbe151b Mon Sep 17 00:00:00 2001 From: Core Date: Mon, 26 Sep 2022 16:06:47 +0100 Subject: [PATCH] debug --- src/preload/cider-preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preload/cider-preload.js b/src/preload/cider-preload.js index 1314f33d..74e9c969 100644 --- a/src/preload/cider-preload.js +++ b/src/preload/cider-preload.js @@ -311,7 +311,7 @@ const MusicKitInterop = { updateMediaState: (a) => { if ("mediaSession" in navigator) { - console.log("[cider:preload] [updateMediaState] Updating Media State to " + a.status); + console.debug("[cider:preload] [updateMediaState] Updating Media State to " + a.status); switch (a.status) { default: case null: