debug
This commit is contained in:
parent
b06a9283cc
commit
70bc06689a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue