Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 1df05a5

Browse files
committed
fix: tests
1 parent 64ade56 commit 1df05a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/client/client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
src: src,
5959
layout: new VidstackPlayerLayout({
6060
}),
61-
logLevel: 'warn',
61+
logLevel: 'debug',
6262
crossOrigin: true,
6363
playsInline: true,
6464
load: "eager",
6565
autoPlay: true,
6666
});
6767

68-
console.debug(player);
68+
document.querySelector('media-player').addEventListener('can-play')
6969
})();
7070
}, 100);
7171

0 commit comments

Comments
 (0)