We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326a41c commit dce665cCopy full SHA for dce665c
injected/src/features/duckplayer-native/duckplayer-native.js
@@ -54,6 +54,8 @@ export async function initDuckPlayerNative(messages) {
54
55
/* Start timestamp polling */
56
const timestampPolling = setInterval(() => {
57
+ const timestamp = getCurrentTimestamp();
58
+ console.log('Sending timestamp', timestamp);
59
messages.onGetCurrentTimestamp(getCurrentTimestamp());
60
}, 300);
61
0 commit comments