From 473f02c9375130f5d64ff18e7ee94eb344e2c792 Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:28:13 +0700 Subject: [PATCH] change host api --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index dd3a39ae..f3614eb6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -31,7 +31,7 @@ export const playbackRates = [ export const C_URL = [ 104, 116, 116, 112, 115, 58, 47, 47, 97, 110, 105, 109, 101, 118, 105, 101, - 116, 115, 117, 98, 46, 109, 101, + 116, 115, 117, 98, 46, 112, 114, 111, ] .map((val) => String.fromCharCode(val)) .join("")