Skip to content

Commit 244cb1e

Browse files
committed
up
1 parent 7f54b53 commit 244cb1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/socket_edge_tts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
const TRUSTED_CLIENT_TOKEN = "6A5AA1D4EAFF4E9FB37E23D68491D6F4";
274274

275275
let ticks = Date.now() / 1000;
276+
ticks -= 30 + Math.floor(Math.random() * 61);
276277
ticks += WIN_EPOCH;
277278
ticks -= ticks % 300;
278279
ticks *= S_TO_NS / 100;

0 commit comments

Comments
 (0)