Skip to content

Commit dce665c

Browse files
committed
Logging timestamp
1 parent 326a41c commit dce665c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

injected/src/features/duckplayer-native/duckplayer-native.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ export async function initDuckPlayerNative(messages) {
5454

5555
/* Start timestamp polling */
5656
const timestampPolling = setInterval(() => {
57+
const timestamp = getCurrentTimestamp();
58+
console.log('Sending timestamp', timestamp);
5759
messages.onGetCurrentTimestamp(getCurrentTimestamp());
5860
}, 300);
5961

0 commit comments

Comments
 (0)