Skip to content

Commit

Permalink
change host api
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Dec 12, 2022
1 parent f8c0529 commit 473f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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("")

0 comments on commit 473f02c

Please sign in to comment.